Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0d82036 authored by Aarthi Balachander's avatar Aarthi Balachander
Browse files

Remove unnecessary @VisibleForTesting annotation

Bug: 285023128
Test: m com.android.btservices

Change-Id: Iea412264f5ad823befecc4464f401b5c3e8962da
parent 811f3370
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ import android.telecom.InCallService;
import android.telecom.PhoneAccountHandle;

import com.android.bluetooth.apishim.BluetoothCallShimImpl;
import com.android.internal.annotations.VisibleForTesting;

import java.util.ArrayList;
import java.util.List;
@@ -42,8 +41,7 @@ import java.util.UUID;
 * functioning of the BluetoothInCallService class, the final class must be put into a container
 * that can be mocked correctly.
 */
@VisibleForTesting
public class BluetoothCall {
class BluetoothCall {

    private Call mCall;
    private UUID mCallId;