Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerServiceTest.java64 mService = AvrcpControllerService.getAvrcpControllerService(); in setUp()
77 mService = AvrcpControllerService.getAvrcpControllerService(); in tearDown()
84 Assert.assertNotNull(AvrcpControllerService.getAvrcpControllerService()); in testInitialize()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpCoverArtProvider.java77 AvrcpControllerService service = AvrcpControllerService.getAvrcpControllerService(); in getImage()
H A DBluetoothMediaBrowserService.java135 AvrcpControllerService.getAvrcpControllerService(); in getContents()
H A DAvrcpControllerService.java173 public static AvrcpControllerService getAvrcpControllerService() { in getAvrcpControllerService() method in AvrcpControllerService