Home
last modified time | relevance | path

Searched refs:addEscrowToken (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java256 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/
DLockSettingsInternal.java38 public abstract long addEscrowToken(byte[] token, int userId, in addEscrowToken() method in LockSettingsInternal
DLockPatternUtils.java1759 public long addEscrowToken(byte[] token, int userId,
1761 return getLockSettingsInternal().addEscrowToken(token, userId, callback);
/frameworks/base/core/java/android/service/trust/
DITrustAgentServiceCallback.aidl31 void addEscrowToken(in byte[] token, int userId); in addEscrowToken() method
DTrustAgentService.java478 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/
DTrustAgentWrapper.java209 long handle = mTrustManagerService.addEscrowToken(eToken, userId);
303 public void addEscrowToken(byte[] token, int userId) {
DTrustManagerService.java448 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/
DLockSettingsService.java2824 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/
DDevicePolicyManagerTest.java4199 when(getServices().lockPatternUtils.addEscrowToken(eq(token), eq(UserHandle.USER_SYSTEM), in testResetPasswordWithToken()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java13508 policy.mPasswordTokenHandle = mLockPatternUtils.addEscrowToken(token, in setResetPasswordToken()
/frameworks/base/api/
Dsystem-current.txt7606 method public final void addEscrowToken(byte[], android.os.UserHandle);
/frameworks/base/non-updatable-api/
Dsystem-current.txt7504 method public final void addEscrowToken(byte[], android.os.UserHandle);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64338 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->addEscrowToken([BI)V
64361 Landroid/service/trust/ITrustAgentServiceCallback;->addEscrowToken([BI)V