Home
last modified time | relevance | path

Searched refs:currentDownloadState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java399 @DataDownloadState int currentDownloadState = getDataDownloadState(); in getDataRestoreState() local
403 && currentDownloadState == DATA_DOWNLOAD_STATE_UNKNOWN) { in getDataRestoreState()
647 @DataDownloadState int currentDownloadState = DATA_DOWNLOAD_STATE_UNKNOWN; in getDataDownloadState() local
649 return currentDownloadState; in getDataDownloadState()
652 currentDownloadState = Integer.parseInt(downloadStateOnDisk); in getDataDownloadState()
656 return currentDownloadState; in getDataDownloadState()
665 @DataDownloadState int currentDownloadState = getDataDownloadState(); in setDataDownloadState() local
667 && (currentDownloadState == DATA_DOWNLOAD_FAILED in setDataDownloadState()
668 || currentDownloadState == DATA_DOWNLOAD_COMPLETE)) { in setDataDownloadState()
699 @DataDownloadState int currentDownloadState = getDataDownloadState(); in scheduleDownloadStateTimeoutJob() local
[all …]