Searched refs:restoreToken (Results 1 – 3 of 3) sorted by relevance
1002 final long restoreToken = Binder.clearCallingIdentity(); in addWeakEscrowToken()1006 Binder.restoreCallingIdentity(restoreToken); in addWeakEscrowToken()
1868 final long restoreToken = Binder.clearCallingIdentity(); in addWeakEscrowToken() local1872 Binder.restoreCallingIdentity(restoreToken); in addWeakEscrowToken()1901 final long restoreToken = Binder.clearCallingIdentity(); in isWeakEscrowTokenValid() local1917 Binder.restoreCallingIdentity(restoreToken); in isWeakEscrowTokenValid()
1794 private BackupEligibilityRules getEligibilityRulesForRestoreAtInstall(long restoreToken) { in getEligibilityRulesForRestoreAtInstall() argument1796 && restoreToken == mAncestralToken) { in getEligibilityRulesForRestoreAtInstall()