Home
last modified time | relevance | path

Searched refs:onAvailablePlayerChanged (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java333 void onAvailablePlayerChanged(byte[] address) { in onAvailablePlayerChanged() method in AvrcpControllerNativeInterface
336 mAvrcpController.onAvailablePlayerChanged(device); in onAvailablePlayerChanged()
DAvrcpControllerService.java523 void onAvailablePlayerChanged(BluetoothDevice device) { in onAvailablePlayerChanged() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java459 public void onAvailablePlayerChanged() { in onAvailablePlayerChanged() method in AvrcpControllerServiceTest
460 mService.onAvailablePlayerChanged(mDevice); in onAvailablePlayerChanged()