Searched defs:ACTION_STOP (Results 1 – 3 of 3) sorted by relevance
33 private static final String ACTION_STOP = field in BaseAudioRecorderService
45 private const val ACTION_STOP = "android.systemui.cts.audiorecorder.ACTION_STOP" constant
76 public static final String ACTION_STOP = TEST_CASE_PACKAGE_NAME + ".ACTION_STOP"; field in ServiceKillTestService