Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java44 private static final int ACTION_STOP_RECORDING = 1; field in CurrentRecordingDetailsFragment
113 ACTION_STOP_RECORDING, in onCreateActionsAdapter()
115 ACTION_STOP_RECORDING, in onCreateActionsAdapter()
154 if (action.getId() == ACTION_STOP_RECORDING) { in onCreateOnActionClickedListener()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java63 ACTION_STOP_RECORDING,
71 public static final int ACTION_STOP_RECORDING = 2; field in ScheduleRowPresenter
501 case ACTION_STOP_RECORDING: in getImageForAction()
560 case ACTION_STOP_RECORDING: in onActionClicked()
838 return new int[] {ACTION_STOP_RECORDING}; in getAvailableActions()