Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java239 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 DITrustAgentServiceCallback.aidl32 void isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method
H A DTrustAgentService.java501 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 DLockSettingsInternal.java81 public abstract boolean isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method in LockSettingsInternal
H A DLockPatternUtils.java1395 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 DTrustAgentWrapper.java229 boolean active = mTrustManagerService.isEscrowTokenActive(handle, userId);
317 public void isEscrowTokenActive(long handle, int userId) {
H A DTrustManagerService.java465 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 DLockSettingsService.java3286 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 DDevicePolicyManagerTest.java1510 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 DDevicePolicyManagerService.java15692 mLockPatternUtils.isEscrowTokenActive(policy.mPasswordTokenHandle, userHandle));
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10482 method public final void isEscrowTokenActive(long, android.os.UserHandle);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53752 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->isEscrowTokenActive(JI)V
53774 Landroid/service/trust/ITrustAgentServiceCallback;->isEscrowTokenActive(JI)V
/aosp12/frameworks/base/services/
H A Dart-profile23356 HPLcom/android/server/locksettings/LockSettingsService$LocalService;->isEscrowTokenActive(JI)Z
23444 HPLcom/android/server/locksettings/LockSettingsService;->isEscrowTokenActive(JI)Z