Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DMicIndicatorTest.kt45 private const val ACTION_STOP = "android.systemui.cts.audiorecorder.ACTION_STOP" constant
65 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_STOP) in micIndicator_shown_whileRecordingUsing_AudioRecordApi()
74 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_STOP) in micIndicator_shown_whileRecordingUsing_MediaRecorderApi()
122 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_STOP) in micIndicator_shown_whileRecordingUsingBothApisSimultaneously()
130 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_STOP) in micIndicator_shown_whileRecordingUsingBothApisSimultaneously()
/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/
DBaseAudioRecorderService.java33 private static final String ACTION_STOP = field in BaseAudioRecorderService
62 } else if (ACTION_STOP.equals(action) && isRecording()) { in onStartCommand()
/cts/tests/tests/media/src/android/media/cts/
DPlaybackStateTest.java43 PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP | PlaybackState.ACTION_SEEK_TO;
267 PlaybackState.ACTION_STOP, in testActionConstantDoesNotOverlap()
DMediaControllerTest.java90 final long testActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP in testGetPlaybackState()
DMediaSessionTest.java677 | PlaybackState.ACTION_PLAY_PAUSE | PlaybackState.ACTION_STOP in setPlaybackState()