Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java250 updateRecordingState(state); in onRecordingStopped()
354 updateRecordingState(ScheduledRecording.STATE_RECORDING_FAILED, reason); in failAndQuit()
374 updateRecordingState(ScheduledRecording.STATE_RECORDING_IN_PROGRESS); in handleStartRecording()
458 private void updateRecordingState(@ScheduledRecording.RecordingState int state) { in updateRecordingState() method in RecordingTask
459 updateRecordingState(state, null); in updateRecordingState()
462 private void updateRecordingState( in updateRecordingState() method in RecordingTask
579 updateRecordingState( in cleanUp()