Searched refs:ACTION_STOP (Results 1 – 5 of 5) sorted by relevance
45 private const val ACTION_STOP = "android.systemui.cts.audiorecorder.ACTION_STOP" constant65 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()
33 private static final String ACTION_STOP = field in BaseAudioRecorderService62 } else if (ACTION_STOP.equals(action) && isRecording()) { in onStartCommand()
43 PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP | PlaybackState.ACTION_SEEK_TO;267 PlaybackState.ACTION_STOP, in testActionConstantDoesNotOverlap()
90 final long testActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP in testGetPlaybackState()
677 | PlaybackState.ACTION_PLAY_PAUSE | PlaybackState.ACTION_STOP in setPlaybackState()