Home
last modified time | relevance | path

Searched refs:AUDIO_STATE_STOPPED (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java41 static final int AUDIO_STATE_STOPPED = 1; field in A2dpStackEvent
102 case AUDIO_STATE_STOPPED: in eventTypeValueIntToString()
DA2dpStateMachine.java654 case A2dpStackEvent.AUDIO_STATE_STOPPED: in processAudioStateEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java35 static final int AUDIO_STATE_STOPPED = 1; field in StackEvent
DA2dpSinkService.java551 } else if (state == StackEvent.AUDIO_STATE_STOPPED in onAudioStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java82 testAudioStateChangedBase(StackEvent.AUDIO_STATE_STOPPED); in testCreateAudioStateStoppedEvent()