Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java504 mService.onAudioFocusStateChanged(AudioManager.AUDIOFOCUS_GAIN); in testOnFocusChange_audioGainDeviceActive_sessionActivated()
510 mService.onAudioFocusStateChanged(AudioManager.AUDIOFOCUS_LOSS); in testOnFocusChange_audioLoss_sessionDeactivated()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java224 avrcpControllerService.onAudioFocusStateChanged(focusChangeCode); in handleMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java501 public void onAudioFocusStateChanged(int state) { in onAudioFocusStateChanged() method in AvrcpControllerService