Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/feature/
DCommonFeatures.java56 public static final Feature FORCE_RECORDING_UNTIL_NO_SPACE = field in CommonFeatures
/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java214 if (CommonFeatures.FORCE_RECORDING_UNTIL_NO_SPACE.isEnabled(mContext)) { in getDvrStorageStatus()