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

Commit 27913d4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary @VisibleForTesting annotation" into main

parents 2653e55d a0d82036
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;