Home
last modified time | relevance | path

Searched refs:AvrcpNativeInterface (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java39 public class AvrcpNativeInterface { class
40 private static final String TAG = AvrcpNativeInterface.class.getSimpleName();
43 private static AvrcpNativeInterface sInstance;
50 private AvrcpNativeInterface() { in AvrcpNativeInterface() method in AvrcpNativeInterface
57 static AvrcpNativeInterface getInstance() { in getInstance()
60 sInstance = new AvrcpNativeInterface(); in getInstance()
69 public static void setInstance(AvrcpNativeInterface instance) { in setInstance()
DAvrcpCoverArtService.java63 private AvrcpNativeInterface mNativeInterface;
66 mNativeInterface = AvrcpNativeInterface.getInstance(); in AvrcpCoverArtService()
DAvrcpVolumeManager.java72 AvrcpNativeInterface mNativeInterface;
171 Context context, AudioManager audioManager, AvrcpNativeInterface nativeInterface) { in AvrcpVolumeManager()
DAvrcpTargetService.java70 private AvrcpNativeInterface mNativeInterface;
214 mNativeInterface = AvrcpNativeInterface.getInstance(); in start()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java35 import com.android.bluetooth.avrcp.AvrcpNativeInterface;
81 @Mock private AvrcpNativeInterface mAvrcpNativeInterface;
153 AvrcpNativeInterface.setInstance(mAvrcpNativeInterface); in setUp()
171 AvrcpNativeInterface.setInstance(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManagerTest.java56 @Mock AvrcpNativeInterface mNativeInterface;