Searched refs:ACTION_STOP (Results 1 – 9 of 9) 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()
189 startService(context, testId, ServiceKillTestService.ACTION_STOP); in stopTest()
76 public static final String ACTION_STOP = TEST_CASE_PACKAGE_NAME + ".ACTION_STOP"; field in ServiceKillTestService184 } else if (isAction(intent, ACTION_STOP)) { in onStartCommand()
693 | PlaybackState.ACTION_PLAY_PAUSE | PlaybackState.ACTION_STOP in setPlaybackState()
111 final long testActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP in testGetPlaybackState()
848 | PlaybackState.ACTION_PLAY_PAUSE | PlaybackState.ACTION_STOP in setPlaybackState()
26798 field public static final long ACTION_STOP = 1L; // 0x1L