Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtProvider.java78 AvrcpControllerService service = AvrcpControllerService.getAvrcpControllerService(); in getImage()
DBluetoothMediaBrowserService.java195 AvrcpControllerService.getAvrcpControllerService(); in getContents()
DAvrcpControllerService.java191 public static synchronized AvrcpControllerService getAvrcpControllerService() { in getAvrcpControllerService() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClientTest.java91 mService = AvrcpControllerService.getAvrcpControllerService(); in tearDown()
DAvrcpControllerServiceTest.java120 mService = AvrcpControllerService.getAvrcpControllerService(); in tearDown()
127 assertThat(AvrcpControllerService.getAvrcpControllerService()).isNotNull(); in initialize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java222 AvrcpControllerService.getAvrcpControllerService(); in handleMessage()