Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java75 @StorageStatus int storageStatus = getDvrStorageStatus(); in doInBackground() local
76 if (storageStatus == STORAGE_STATUS_MISSING) { in doInBackground()
79 if (storageStatus == STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL) { in doInBackground()
143 @StorageStatus int storageStatus = getDvrStorageStatus(); in getDeleteOps() local
144 if (isCancelled() || storageStatus == STORAGE_STATUS_MISSING) { in getDeleteOps()