Searched refs:MSG_STOP_RECORDING (Results 1 – 3 of 3) sorted by relevance
94 @VisibleForTesting static final int MSG_STOP_RECORDING = 3; field in RecordingTask173 case MSG_STOP_RECORDING: in handleMessage()383 MSG_STOP_RECORDING, mScheduledRecording.getEndTimeMs())) { in handleStartRecording()402 mHandler.removeMessages(MSG_STOP_RECORDING); in handleUpdateSchedule()403 if (!sendEmptyMessageAtAbsoluteTime(MSG_STOP_RECORDING, schedule.getEndTimeMs())) { in handleUpdateSchedule()549 mHandler.removeMessages(MSG_STOP_RECORDING); in stop()
103 private static final int MSG_STOP_RECORDING = 4; field in TunerRecordingSessionWorker272 mHandler.sendEmptyMessage(MSG_STOP_RECORDING); in stopRecording()334 case MSG_STOP_RECORDING: in handleMessage()
104 private static final int MSG_STOP_RECORDING = 4; field in TunerRecordingSessionWorkerExoV2273 mHandler.sendEmptyMessage(MSG_STOP_RECORDING); in stopRecording()332 case MSG_STOP_RECORDING: in handleMessage()