Searched refs:ACTION_THROW (Results 1 – 2 of 2) sorted by relevance
44 private const val ACTION_THROW = "android.systemui.cts.audiorecorder.ACTION_THROW" constant101 startForegroundService(AUDIO_RECORD_API_SERVICE, ACTION_THROW) in micIndicator_shown_whileRecordingUsing_AudioRecordApi_until_crashed()110 startForegroundService(MEDIA_RECORDER_API_SERVICE, ACTION_THROW) in micIndicator_shown_whileRecordingUsing_MediaRecorderApi_until_crashed()
35 private static final String ACTION_THROW = field in BaseAudioRecorderService64 } else if (ACTION_THROW.equals(action)) { in onStartCommand()