Searched refs:restoreToken (Results 1 – 3 of 3) sorted by relevance
1079 final long restoreToken = Binder.clearCallingIdentity(); in addWeakEscrowToken()1083 Binder.restoreCallingIdentity(restoreToken); in addWeakEscrowToken()
2059 final long restoreToken = Binder.clearCallingIdentity(); in addWeakEscrowToken() local2063 Binder.restoreCallingIdentity(restoreToken); in addWeakEscrowToken()2092 final long restoreToken = Binder.clearCallingIdentity(); in isWeakEscrowTokenValid() local2108 Binder.restoreCallingIdentity(restoreToken); in isWeakEscrowTokenValid()
1798 private BackupEligibilityRules getEligibilityRulesForRestoreAtInstall(long restoreToken) { in getEligibilityRulesForRestoreAtInstall() argument1800 && restoreToken == mAncestralToken) { in getEligibilityRulesForRestoreAtInstall()