Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java75 @IntDef({STORAGE_STATUS_OK, STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL,
89 public static final int STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL = 1; field in DvrStorageStatusManager
253 return STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL; in getDvrStorageStatus()
311 == DvrStorageStatusManager.STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL); in doInBackground()
DDvrUiHelper.java130 if (status == DvrStorageStatusManager.STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL) { in checkStorageStatusAndShowErrorMessage()