Searched refs:STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL (Results 1 – 2 of 2) sorted by relevance
75 @IntDef({STORAGE_STATUS_OK, STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL,89 public static final int STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL = 1; field in DvrStorageStatusManager253 return STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL; in getDvrStorageStatus()311 == DvrStorageStatusManager.STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL); in doInBackground()
130 if (status == DvrStorageStatusManager.STORAGE_STATUS_TOTAL_CAPACITY_TOO_SMALL) { in checkStorageStatusAndShowErrorMessage()