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.java223 AvrcpControllerService avrcpControllerService = in handleMessage() local
225 if (avrcpControllerService != null) { in handleMessage()
226 avrcpControllerService.onAudioFocusStateChanged(focusChangeCode); in handleMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java216 AvrcpControllerService avrcpControllerService = in getContents() local
218 if (avrcpControllerService == null) { in getContents()
222 return avrcpControllerService.getContents(parentMediaId); in getContents()