/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | SyntheticPasswordTests.java | 239 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPassword() 244 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPassword() 269 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedClearPassword() 273 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedClearPassword() 295 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPasswordAfterCredentialChanges() 299 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPasswordAfterCredentialChanges() 316 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNeedsMigration() 333 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNoMigration() 355 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedLaterWithUserPasswordNeedsMigration() 410 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testSetLockCredentialWithTokenFailsWithoutLockScreen() [all …]
|
/aosp12/frameworks/base/core/java/android/service/trust/ |
H A D | ITrustAgentServiceCallback.aidl | 32 void isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method
|
H A D | TrustAgentService.java | 501 public final void isEscrowTokenActive(long handle, UserHandle user) { in isEscrowTokenActive() method in TrustAgentService 508 mCallback.isEscrowTokenActive(handle, user.getIdentifier()); in isEscrowTokenActive()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockSettingsInternal.java | 81 public abstract boolean isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method in LockSettingsInternal
|
H A D | LockPatternUtils.java | 1395 public boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method in LockPatternUtils 1396 return getLockSettingsInternal().isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
|
/aosp12/frameworks/base/services/core/java/com/android/server/trust/ |
H A D | TrustAgentWrapper.java | 229 boolean active = mTrustManagerService.isEscrowTokenActive(handle, userId); 317 public void isEscrowTokenActive(long handle, int userId) {
|
H A D | TrustManagerService.java | 465 public boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method 466 return mLockPatternUtils.isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 3286 private boolean isEscrowTokenActive(long handle, int userId) { 3655 public boolean isEscrowTokenActive(long handle, int userId) { 3656 return LockSettingsService.this.isEscrowTokenActive(handle, userId);
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 1510 when(getServices().lockPatternUtils.isEscrowTokenActive(eq(handle), in testClearDeviceOwner_clearResetPasswordToken() 5189 when(getServices().lockPatternUtils.isEscrowTokenActive(handle, UserHandle.USER_SYSTEM)) in testResetPasswordWithToken() 7061 .isEscrowTokenActive(eq(handle), eq(CALLER_USER_HANDLE))) in setupPasswordResetToken()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 15692 mLockPatternUtils.isEscrowTokenActive(policy.mPasswordTokenHandle, userHandle));
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10482 method public final void isEscrowTokenActive(long, android.os.UserHandle);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53752 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->isEscrowTokenActive(JI)V 53774 Landroid/service/trust/ITrustAgentServiceCallback;->isEscrowTokenActive(JI)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 23356 HPLcom/android/server/locksettings/LockSettingsService$LocalService;->isEscrowTokenActive(JI)Z 23444 HPLcom/android/server/locksettings/LockSettingsService;->isEscrowTokenActive(JI)Z
|