Searched refs:UNAVAILABLE (Results 1 – 9 of 9) 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()
52 public static final long UNAVAILABLE = -1L; field in Storage459 return UNAVAILABLE; in getAvailableSpace()466 return UNAVAILABLE; in getAvailableSpace()
2408 if (storageSpace == Storage.UNAVAILABLE) { in updateStorageHint()
329 int lac = ciGsm.getLac() != CellInfo.UNAVAILABLE ? ciGsm.getLac() : -1; in getGsmLacAndCid()330 int cid = ciGsm.getCid() != CellInfo.UNAVAILABLE ? ciGsm.getCid() : -1; in getGsmLacAndCid()
65 case WifiP2pDevice.UNAVAILABLE: in statusString()
174 UNAVAILABLE = 1 variable