/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 256 long handle = mLocalService.addEscrowToken(token, PRIMARY_USER_ID, null); in testTokenBasedResetPassword() 288 long handle = mLocalService.addEscrowToken(token, PRIMARY_USER_ID, null); in testTokenBasedClearPassword() 316 long handle = mLocalService.addEscrowToken(token, PRIMARY_USER_ID, null); in testTokenBasedResetPasswordAfterCredentialChanges() 341 long handle = mLocalService.addEscrowToken(token.getBytes(), PRIMARY_USER_ID, null); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNeedsMigration() 352 long handle = mLocalService.addEscrowToken(token.getBytes(), PRIMARY_USER_ID, null); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNoMigration() 369 long handle = mLocalService.addEscrowToken(token, PRIMARY_USER_ID, null); in testEscrowTokenActivatedLaterWithUserPasswordNeedsMigration() 388 long handle = mLocalService.addEscrowToken(token, PRIMARY_USER_ID, null); in testSetLockCredentialWithTokenFailsWithoutLockScreen()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockSettingsInternal.java | 38 public abstract long addEscrowToken(byte[] token, int userId, in addEscrowToken() method in LockSettingsInternal
|
D | LockPatternUtils.java | 1759 public long addEscrowToken(byte[] token, int userId, 1761 return getLockSettingsInternal().addEscrowToken(token, userId, callback);
|
/frameworks/base/core/java/android/service/trust/ |
D | ITrustAgentServiceCallback.aidl | 31 void addEscrowToken(in byte[] token, int userId); in addEscrowToken() method
|
D | TrustAgentService.java | 478 public final void addEscrowToken(byte[] token, UserHandle user) { in addEscrowToken() method in TrustAgentService 485 mCallback.addEscrowToken(token, user.getIdentifier()); in addEscrowToken()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 209 long handle = mTrustManagerService.addEscrowToken(eToken, userId); 303 public void addEscrowToken(byte[] token, int userId) {
|
D | TrustManagerService.java | 448 public long addEscrowToken(byte[] token, int userId) { in addEscrowToken() method in TrustManagerService 449 return mLockPatternUtils.addEscrowToken(token, userId, in addEscrowToken()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 2824 private long addEscrowToken(byte[] token, int userId, EscrowTokenStateChangeCallback callback) in addEscrowToken() method in LockSettingsService 3132 public long addEscrowToken(byte[] token, int userId, in addEscrowToken() method in LockSettingsService.LocalService 3135 return LockSettingsService.this.addEscrowToken(token, userId, callback); in addEscrowToken()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerTest.java | 4199 when(getServices().lockPatternUtils.addEscrowToken(eq(token), eq(UserHandle.USER_SYSTEM), in testResetPasswordWithToken()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 13508 policy.mPasswordTokenHandle = mLockPatternUtils.addEscrowToken(token, in setResetPasswordToken()
|
/frameworks/base/api/ |
D | system-current.txt | 7606 method public final void addEscrowToken(byte[], android.os.UserHandle);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 7504 method public final void addEscrowToken(byte[], android.os.UserHandle);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 64338 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->addEscrowToken([BI)V 64361 Landroid/service/trust/ITrustAgentServiceCallback;->addEscrowToken([BI)V
|