Searched refs:currentDownloadState (Results 1 – 1 of 1) sorted by relevance
399 @DataDownloadState int currentDownloadState = getDataDownloadState(); in getDataRestoreState() local403 && currentDownloadState == DATA_DOWNLOAD_STATE_UNKNOWN) { in getDataRestoreState()647 @DataDownloadState int currentDownloadState = DATA_DOWNLOAD_STATE_UNKNOWN; in getDataDownloadState() local649 return currentDownloadState; in getDataDownloadState()652 currentDownloadState = Integer.parseInt(downloadStateOnDisk); in getDataDownloadState()656 return currentDownloadState; in getDataDownloadState()665 @DataDownloadState int currentDownloadState = getDataDownloadState(); in setDataDownloadState() local667 && (currentDownloadState == DATA_DOWNLOAD_FAILED in setDataDownloadState()668 || currentDownloadState == DATA_DOWNLOAD_COMPLETE)) { in setDataDownloadState()699 @DataDownloadState int currentDownloadState = getDataDownloadState(); in scheduleDownloadStateTimeoutJob() local[all …]