Home
last modified time | relevance | path

Searched refs:MSG_STOP_RECORDING (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java94 @VisibleForTesting static final int MSG_STOP_RECORDING = 3; field in RecordingTask
173 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()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java103 private static final int MSG_STOP_RECORDING = 4; field in TunerRecordingSessionWorker
272 mHandler.sendEmptyMessage(MSG_STOP_RECORDING); in stopRecording()
334 case MSG_STOP_RECORDING: in handleMessage()
DTunerRecordingSessionWorkerExoV2.java103 private static final int MSG_STOP_RECORDING = 4; field in TunerRecordingSessionWorkerExoV2
272 mHandler.sendEmptyMessage(MSG_STOP_RECORDING); in stopRecording()
334 case MSG_STOP_RECORDING: in handleMessage()