Searched refs:ACTION_START (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/systemui/src/android/systemui/cts/tv/ |
D | MicIndicatorTest.kt | 46 private const val ACTION_START = "android.systemui.cts.audiorecorder.ACTION_START" constant 62 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsing_AudioRecordApi() 71 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsing_MediaRecorderApi() 80 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsing_AudioRecordApi_until_forceStopped() 89 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsing_MediaRecorderApi_until_forceStopped() 98 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsing_AudioRecordApi_until_crashed() 107 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsing_MediaRecorderApi_until_crashed() 116 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsingBothApisSimultaneously() 119 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_START) in micIndicator_shown_whileRecordingUsingBothApisSimultaneously()
|
/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/ |
D | BaseAudioRecorderService.java | 31 private static final String ACTION_START = field in BaseAudioRecorderService 60 if (ACTION_START.equals(action) && !isRecording()) { in onStartCommand()
|
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/ |
D | ServiceKillTests.java | 185 startService(context, testId, ServiceKillTestService.ACTION_START); in startTest()
|
/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/ |
D | ServiceKillTestService.java | 75 public static final String ACTION_START = TEST_CASE_PACKAGE_NAME + ".ACTION_START"; field in ServiceKillTestService 181 if (isAction(intent, ACTION_START)) { in onStartCommand()
|