Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DKeyguardManager.java1002 final long restoreToken = Binder.clearCallingIdentity(); in addWeakEscrowToken()
1006 Binder.restoreCallingIdentity(restoreToken); in addWeakEscrowToken()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1868 final long restoreToken = Binder.clearCallingIdentity(); in addWeakEscrowToken() local
1872 Binder.restoreCallingIdentity(restoreToken); in addWeakEscrowToken()
1901 final long restoreToken = Binder.clearCallingIdentity(); in isWeakEscrowTokenValid() local
1917 Binder.restoreCallingIdentity(restoreToken); in isWeakEscrowTokenValid()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java1794 private BackupEligibilityRules getEligibilityRulesForRestoreAtInstall(long restoreToken) { in getEligibilityRulesForRestoreAtInstall() argument
1796 && restoreToken == mAncestralToken) { in getEligibilityRulesForRestoreAtInstall()