Searched refs:UNAVAILABLE (Results 1 – 10 of 10) sorted by relevance
44 public static final long UNAVAILABLE = -1L; field in Storage112 return UNAVAILABLE; in getAvailableSpace()118 return UNAVAILABLE; in getAvailableSpace()
1509 if (mPicturesRemaining == Storage.UNAVAILABLE) { in updateStorageHint()
692 if (mStorageSpace == Storage.UNAVAILABLE) { in showStorageHint()
41 return status.getCode() == Status.Code.UNAVAILABLE; in hasRecoverableError()57 return status.getCode() != Status.Code.OK && status.getCode() != Status.Code.UNAVAILABLE; in hasFatalError()
55 public static final long UNAVAILABLE = -1L; field in Storage499 return UNAVAILABLE; in getAvailableSpace()505 return UNAVAILABLE; in getAvailableSpace()
2401 if (storageSpace == Storage.UNAVAILABLE) { in updateStorageHint()
353 if (ImapConstants.UNAVAILABLE.equals(responseCode)) { in getCommandResponses()572 if (ImapConstants.UNAVAILABLE.equals(responseCode)) { in getOAuthResponse()
103 public static final String UNAVAILABLE = "UNAVAILABLE"; field in ImapConstants
65 case WifiP2pDevice.UNAVAILABLE: in statusString()
174 UNAVAILABLE = 1 variable