Searched refs:STATUS_WAITING_FOR_NETWORK (Results 1 – 4 of 4) sorted by relevance
38 import static android.provider.Downloads.Impl.STATUS_WAITING_FOR_NETWORK;292 throw new StopRequestException(STATUS_WAITING_FOR_NETWORK, in run()339 mInfoDelta.mStatus = STATUS_WAITING_FOR_NETWORK; in run()353 if (mInfoDelta.mStatus == STATUS_WAITING_FOR_NETWORK in run()381 || mInfoDelta.mStatus == STATUS_WAITING_FOR_NETWORK in run()718 throw new StopRequestException(STATUS_WAITING_FOR_NETWORK, "Network is disconnected"); in checkConnectivity()722 throw new StopRequestException(STATUS_WAITING_FOR_NETWORK, "Network is roaming"); in checkConnectivity()726 throw new StopRequestException(STATUS_WAITING_FOR_NETWORK, "Network is metered"); in checkConnectivity()
340 case Downloads.Impl.STATUS_WAITING_FOR_NETWORK: in isReadyToSchedule()
586 public static final int STATUS_WAITING_FOR_NETWORK = 195; field in Downloads.Impl729 case STATUS_WAITING_FOR_NETWORK: return "WAITING_FOR_NETWORK"; in statusToString()
98 runUntilStatus(downloadUri, Downloads.Impl.STATUS_WAITING_FOR_NETWORK); in testRoaming()