Searched refs:checkCanUseNetwork (Results 1 – 2 of 2) sorted by relevance
339 return checkCanUseNetwork(mTotalBytes) == NetworkState.OK; in isReadyToDownload()372 public NetworkState checkCanUseNetwork(long totalBytes) { in checkCanUseNetwork() method in DownloadInfo
652 final NetworkState networkUsable = mInfo.checkCanUseNetwork(mInfoDelta.mTotalBytes); in checkConnectivity()