Searched refs:UNAVAILABLE (Results 1 – 14 of 14) 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()
505 int lac = CellInfo.UNAVAILABLE; in getLacAndCid()506 int cid = CellInfo.UNAVAILABLE; in getLacAndCid()524 if (lac != CellInfo.UNAVAILABLE || cid != CellInfo.UNAVAILABLE) { in getLacAndCid()
125 public static final int UNAVAILABLE = 4; field in WifiP2pDevice128 public int status = UNAVAILABLE;
65 case WifiP2pDevice.UNAVAILABLE: in statusString()
159 device.status = WifiP2pDevice.UNAVAILABLE; in onDeviceLost()
257 assertEquals(device.status, WifiP2pDevice.UNAVAILABLE); in testOnDeviceLost_success()
185 UNAVAILABLE = 1 variable
995 field public static final int UNAVAILABLE = 4; // 0x4
5114 networkCallback.expectCallback(CallbackEntry.UNAVAILABLE, (Network) null); in testTimedoutNetworkRequest()5198 networkCallback.expectCallback(CallbackEntry.UNAVAILABLE, (Network) null); in runUnfulfillableNetworkRequest()