Home
last modified time | relevance | path

Searched refs:ACTION_STOP (Results 1 – 9 of 9) 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/misc/src/android/media/misc/cts/
DPlaybackStateTest.java43 PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP | PlaybackState.ACTION_SEEK_TO;
267 PlaybackState.ACTION_STOP, in testActionConstantDoesNotOverlap()
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
DServiceKillTests.java189 startService(context, testId, ServiceKillTestService.ACTION_STOP); in stopTest()
/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/
DServiceKillTestService.java76 public static final String ACTION_STOP = TEST_CASE_PACKAGE_NAME + ".ACTION_STOP"; field in ServiceKillTestService
184 } else if (isAction(intent, ACTION_STOP)) { in onStartCommand()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java693 | PlaybackState.ACTION_PLAY_PAUSE | PlaybackState.ACTION_STOP in setPlaybackState()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaControllerTest.java111 final long testActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP in testGetPlaybackState()
DMediaSessionTest.java848 | PlaybackState.ACTION_PLAY_PAUSE | PlaybackState.ACTION_STOP in setPlaybackState()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt26798 field public static final long ACTION_STOP = 1L; // 0x1L