Home
last modified time | relevance | path

Searched refs:avrcpControllerService (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java221 AvrcpControllerService avrcpControllerService = in handleMessage() local
223 if (avrcpControllerService != null) { in handleMessage()
224 avrcpControllerService.onAudioFocusStateChanged(focusChangeCode); in handleMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java194 AvrcpControllerService avrcpControllerService = in getContents() local
196 if (avrcpControllerService == null) { in getContents()
200 return avrcpControllerService.getContents(parentMediaId); in getContents()