Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java327 void handleNowPlayingContentChanged(byte[] address) { in handleNowPlayingContentChanged() method in AvrcpControllerNativeInterface
330 mAvrcpController.handleNowPlayingContentChanged(device); in handleNowPlayingContentChanged()
DAvrcpControllerService.java680 void handleNowPlayingContentChanged(BluetoothDevice device) { in handleNowPlayingContentChanged() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java333 public void handleNowPlayingContentChanged() { in handleNowPlayingContentChanged() method in AvrcpControllerServiceTest
334 mService.handleNowPlayingContentChanged(mRemoteDevice); in handleNowPlayingContentChanged()