Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java336 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPassword()
340 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPassword()
365 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedClearPassword()
369 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedClearPassword()
391 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPasswordAfterCredentialChanges()
395 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPasswordAfterCredentialChanges()
415 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNeedsMigration()
425 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNoMigration()
442 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedLaterWithUserPasswordNeedsMigration()
448 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedLaterWithUserPasswordNeedsMigration()
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java50 public abstract boolean isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method in LockSettingsInternal
DLockPatternUtils.java1595 public boolean isEscrowTokenActive(long handle, int userId) {
1596 return getLockSettingsInternal().isEscrowTokenActive(handle, userId);
/frameworks/base/core/java/android/service/trust/
DITrustAgentServiceCallback.aidl32 void isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method
DTrustAgentService.java501 public final void isEscrowTokenActive(long handle, UserHandle user) { in isEscrowTokenActive() method in TrustAgentService
508 mCallback.isEscrowTokenActive(handle, user.getIdentifier()); in isEscrowTokenActive()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java231 boolean active = mTrustManagerService.isEscrowTokenActive(handle, userId);
319 public void isEscrowTokenActive(long handle, int userId) {
DTrustManagerService.java245 public boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method in TrustManagerService
246 return mLockPatternUtils.isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2615 private boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method in LockSettingsService
2881 public boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method in LockSettingsService.LocalService
2882 return LockSettingsService.this.isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4177 … when(getServices().lockPatternUtils.isEscrowTokenActive(eq(handle), eq(UserHandle.USER_SYSTEM))) in testResetPasswordWithToken()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12551 return mLockPatternUtils.isEscrowTokenActive(policy.mPasswordTokenHandle, in isResetPasswordTokenActive()
/frameworks/base/api/
Dsystem-current.txt4768 method public final void isEscrowTokenActive(long, android.os.UserHandle);
/frameworks/base/config/
Dboot-image-profile.txt5199 HPLandroid/service/trust/ITrustAgentServiceCallback;->isEscrowTokenActive(JI)V
42600 HSPLcom/android/internal/widget/LockSettingsInternal;->isEscrowTokenActive(JI)Z
Dhiddenapi-public-dex.txt40361 Landroid/service/trust/TrustAgentService;->isEscrowTokenActive(JLandroid/os/UserHandle;)V