Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java185 void onPlayPositionChanged(byte[] address, int songLen, int currSongPosition) { in onPlayPositionChanged() method in AvrcpControllerNativeInterface
189 mAvrcpController.onPlayPositionChanged(device, songLen, currSongPosition); in onPlayPositionChanged()
DAvrcpControllerService.java555 synchronized void onPlayPositionChanged( in onPlayPositionChanged() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java420 public void onPlayPositionChanged() { in onPlayPositionChanged() method in AvrcpControllerServiceTest
424 mService.onPlayPositionChanged(mRemoteDevice, songLen, currSongPos); in onPlayPositionChanged()