Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java164 public @interface InternalRestoreState {} annotation in BackupRestore
221 @InternalRestoreState int curDataRestoreState = getInternalRestoreState(); in prepForStagingIfNotAlreadyDone()
398 @InternalRestoreState int currentRestoreState = getInternalRestoreState(); in getDataRestoreState()
485 void setInternalRestoreState(@InternalRestoreState int dataRestoreState, boolean force) { in setInternalRestoreState()
486 @InternalRestoreState int currentRestoreState = getInternalRestoreState(); in setInternalRestoreState()
513 @InternalRestoreState
519 @InternalRestoreState int currentRestoreState = INTERNAL_RESTORE_STATE_UNKNOWN; in getInternalRestoreState()
558 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in shouldAttemptMerging()
570 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in merge()
757 @InternalRestoreState int internalRestoreState = getInternalRestoreState(); in scheduleStagingTimeoutJob()
[all …]