Home
last modified time | relevance | path

Searched refs:AvrcpControllerNativeInterface (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java31 public class AvrcpControllerNativeInterface { class
32 static final String TAG = AvrcpControllerNativeInterface.class.getSimpleName();
37 private static AvrcpControllerNativeInterface sInstance;
41 static AvrcpControllerNativeInterface getInstance() { in getInstance()
44 sInstance = new AvrcpControllerNativeInterface(); in getInstance()
52 public static void setInstance(AvrcpControllerNativeInterface instance) { in setInstance()
DAvrcpControllerService.java103 private final AvrcpControllerNativeInterface mNativeInterface;
138 mNativeInterface = requireNonNull(AvrcpControllerNativeInterface.getInstance()); in AvrcpControllerService()
142 public AvrcpControllerService(Context ctx, AvrcpControllerNativeInterface nativeInterface) { in AvrcpControllerService()
DAvrcpControllerStateMachine.java120 protected final AvrcpControllerNativeInterface mNativeInterface;
150 AvrcpControllerNativeInterface nativeInterface, in AvrcpControllerStateMachine()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterfaceTest.java42 AvrcpControllerNativeInterface.createFromNativeMediaItem( in createFromNativeMediaItem()
67 AvrcpControllerNativeInterface.createFromNativeFolderItem( in createFromNativeFolderItem()
88 AvrcpControllerNativeInterface.createFromNativePlayerItem( in createFromNativePlayerItem()
DAvrcpBipClientTest.java57 @Mock private AvrcpControllerNativeInterface mNativeInterface;
69 AvrcpControllerNativeInterface.setInstance(mNativeInterface); in setUp()
90 AvrcpControllerNativeInterface.setInstance(null); in tearDown()
DAvrcpCoverArtProviderTest.java62 @Mock private AvrcpControllerNativeInterface mNativeInterface;
67 AvrcpControllerNativeInterface.setInstance(mNativeInterface); in setUp()
75 AvrcpControllerNativeInterface.setInstance(null); in tearDown()
DAvrcpControllerServiceTest.java84 @Mock private AvrcpControllerNativeInterface mNativeInterface;
93 AvrcpControllerNativeInterface.setInstance(mNativeInterface); in setUp()
118 AvrcpControllerNativeInterface.setInstance(null); in tearDown()
DAvrcpControllerStateMachineTest.java89 @Mock private AvrcpControllerNativeInterface mNativeInterface;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandlerTest.java37 import com.android.bluetooth.avrcpcontroller.AvrcpControllerNativeInterface;
65 @Mock private AvrcpControllerNativeInterface mMockAvrcpControllerNativeInterface;
86 AvrcpControllerNativeInterface.setInstance(mMockAvrcpControllerNativeInterface); in setUp()
116 AvrcpControllerNativeInterface.setInstance(null); in tearDown()