Searched refs:informAudioFocusState (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStreamHandlerTest.java | 126 verify(mMockNativeInterface, times(0)).informAudioFocusState(1); in testSrcStart() 138 verify(mMockNativeInterface, times(0)).informAudioFocusState(1); in testSrcStop() 158 verify(mMockNativeInterface, times(0)).informAudioFocusState(1); in testSnkPause() 171 verify(mMockNativeInterface, times(0)).informAudioFocusState(0); in testDisconnect() 181 verify(mMockNativeInterface, times(0)).informAudioFocusState(1); in testSrcPlay() 202 verify(mMockNativeInterface, times(0)).informAudioFocusState(1); in testSrcPause() 215 verify(mMockNativeInterface, times(1)).informAudioFocusState(1); in testFocusGain() 248 verify(mMockNativeInterface, times(0)).informAudioFocusState(0); in testFocusLostTransient() 266 verify(mMockNativeInterface, times(0)).informAudioFocusState(0); in testFocusRerequest() 299 verify(mMockNativeInterface, times(1)).informAudioFocusState(0); in testFocusLost()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStreamHandler.java | 332 mNativeInterface.informAudioFocusState(STATE_FOCUS_GRANTED); in startFluorideStreaming() 339 mNativeInterface.informAudioFocusState(STATE_FOCUS_LOST); in stopFluorideStreaming()
|
D | A2dpSinkNativeInterface.java | 133 public void informAudioFocusState(int focusGranted) { in informAudioFocusState() method in A2dpSinkNativeInterface
|