Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DSyntheticPasswordTests.java248 long handle = mService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testTokenBasedResetPassword()
268 long handle = mService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testTokenBasedClearPassword()
290 long handle = mService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testTokenBasedResetPasswordAfterCredentialChanges()
308 long handle = mService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNeedsMigration()
317 long handle = mService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNoMigration()
332 long handle = mService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testEscrowTokenActivatedLaterWithUserPasswordNeedsMigration()
/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/core/java/com/android/internal/widget/
DILockSettings.aidl49 long addEscrowToken(in byte[] token, int userId); in addEscrowToken() method
DLockPatternUtils.java1418 public long addEscrowToken(byte[] token, int userId) {
1420 return getLockSettings().addEscrowToken(token, userId);
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java206 long handle = mTrustManagerService.addEscrowToken(eToken, userId);
295 public void addEscrowToken(byte[] token, int userId) {
DTrustManagerService.java230 public long addEscrowToken(byte[] token, int userId) { in addEscrowToken() method in TrustManagerService
231 return mLockPatternUtils.addEscrowToken(token, userId); in addEscrowToken()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java2057 public long addEscrowToken(byte[] token, int userId) throws RemoteException { in addEscrowToken() method in LockSettingsService
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3817 when(mContext.lockPatternUtils.addEscrowToken(eq(token), eq(UserHandle.USER_SYSTEM))) in testResetPasswordWithToken()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11004 policy.mPasswordTokenHandle = mLockPatternUtils.addEscrowToken(token, userHandle); in setResetPasswordToken()
/frameworks/base/api/
Dsystem-current.txt40558 method public final void addEscrowToken(byte[], android.os.UserHandle);