Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java221 @InternalRestoreState int curDataRestoreState = getInternalRestoreState(); in prepForStagingIfNotAlreadyDone()
398 @InternalRestoreState int currentRestoreState = getInternalRestoreState(); in getDataRestoreState()
454 return getInternalRestoreState() == INTERNAL_RESTORE_STATE_MERGING_IN_PROGRESS; in isRestoreMergingInProgress()
486 @InternalRestoreState int currentRestoreState = getInternalRestoreState(); in setInternalRestoreState()
514 int getInternalRestoreState() { in getInternalRestoreState() method in BackupRestore
558 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in shouldAttemptMerging()
570 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in merge()
757 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in scheduleStagingTimeoutJob()
796 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in executeStagingTimeoutJob()
813 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in scheduleMergingTimeoutJob()
[all …]