Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupManagerMonitor.java95 public static final String EXTRA_LOG_RESTORE_VERSION = field in BackupManagerMonitor
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupManagerMonitorDumpsysUtils.java214 if (eventBundle.containsKey(BackupManagerMonitor.EXTRA_LOG_RESTORE_VERSION)) { in addExtrasIfAvailable()
216 + eventBundle.getLong(BackupManagerMonitor.EXTRA_LOG_RESTORE_VERSION)); in addExtrasIfAvailable()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DPerformUnifiedRestoreTask.java631 BackupManagerMonitor.EXTRA_LOG_RESTORE_VERSION, in dispatchNextRestore()
654 BackupManagerMonitor.EXTRA_LOG_RESTORE_VERSION, in dispatchNextRestore()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt1730 …field public static final String EXTRA_LOG_RESTORE_VERSION = "android.app.backup.extra.LOG_RESTORE…