Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtProvider.java84 AvrcpCoverArtManager manager = service.getCoverArtManager(); in getImage()
DAvrcpControllerService.java758 protected AvrcpCoverArtManager getCoverArtManager() { in getCoverArtManager() method in AvrcpControllerService
DAvrcpControllerStateMachine.java158 mCoverArtManager = service.getCoverArtManager(); in AvrcpControllerStateMachine()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java129 doReturn(mCoverArtManager).when(mAvrcpControllerService).getCoverArtManager(); in setUp()