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.java338 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPassword()
343 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPassword()
368 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedClearPassword()
372 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedClearPassword()
394 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPasswordAfterCredentialChanges()
398 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testTokenBasedResetPasswordAfterCredentialChanges()
414 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPassword()
426 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedLaterWithUserPassword()
431 assertTrue(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testEscrowTokenActivatedLaterWithUserPassword()
469 assertTrue(mLocalService.isEscrowTokenActive(handle0, PRIMARY_USER_ID)); in testActivateMultipleEscrowTokens()
[all …]
DWeakEscrowTokenTests.java115 assertFalse(mLocalService.isEscrowTokenActive(handle, PRIMARY_USER_ID)); in testWeakTokensRemovedIfCredentialChanged()
/frameworks/base/core/java/android/service/trust/
DITrustAgentServiceCallback.aidl35 void isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method
DTrustAgentService.java588 public final void isEscrowTokenActive(long handle, UserHandle user) { in isEscrowTokenActive() method in TrustAgentService
595 mCallback.isEscrowTokenActive(handle, user.getIdentifier()); in isEscrowTokenActive()
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java108 public abstract boolean isEscrowTokenActive(long handle, int userId); in isEscrowTokenActive() method in LockSettingsInternal
DLockPatternUtils.java1528 public boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method in LockPatternUtils
1529 return getLockSettingsInternal().isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java271 boolean active = mTrustManagerService.isEscrowTokenActive(handle, userId);
379 public void isEscrowTokenActive(long handle, int userId) {
DTrustManagerService.java726 public boolean isEscrowTokenActive(long handle, int userId) { in isEscrowTokenActive() method
727 return mLockPatternUtils.isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2083 return isEscrowTokenActive(handle, userId); in isWeakEscrowTokenActive()
3295 private boolean isEscrowTokenActive(long handle, int userId) {
3335 if (!isEscrowTokenActive(tokenHandle, userId)) {
3709 public boolean isEscrowTokenActive(long handle, int userId) {
3710 return LockSettingsService.this.isEscrowTokenActive(handle, userId);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1543 when(getServices().lockPatternUtils.isEscrowTokenActive(eq(handle), in testClearDeviceOwner_clearResetPasswordToken()
5411 when(getServices().lockPatternUtils.isEscrowTokenActive(handle, UserHandle.USER_SYSTEM)) in testResetPasswordWithToken()
7306 .isEscrowTokenActive(eq(handle), eq(CALLER_USER_HANDLE))) in setupPasswordResetToken()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java19401 mLockPatternUtils.isEscrowTokenActive(passwordTokenHandle, userHandle));
/frameworks/base/core/api/
Dsystem-current.txt13359 method public final void isEscrowTokenActive(long, android.os.UserHandle);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49786 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->isEscrowTokenActive(JI)V
49808 Landroid/service/trust/ITrustAgentServiceCallback;->isEscrowTokenActive(JI)V