Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java62 STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL,
73 public static final int STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL = 1; field in RecordingStorageStatusManager
218 return STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL; in getDvrStorageStatus()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java79 if (storageStatus == STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL) { in doInBackground()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrUiHelper.java105 case RecordingStorageStatusManager.STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL: in checkStorageStatusAndShowErrorMessage()