Home
last modified time | relevance | path

Searched defs:ACTION_STOP (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/
DBaseAudioRecorderService.java33 private static final String ACTION_STOP = field in BaseAudioRecorderService
/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DMicIndicatorTest.kt45 private const val ACTION_STOP = "android.systemui.cts.audiorecorder.ACTION_STOP" constant
/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