Home
last modified time | relevance | path

Searched refs:isWeakEscrowTokenValid (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DWeakEscrowTokenTests.java67 assertTrue(mService.isWeakEscrowTokenValid(handle, token, PRIMARY_USER_ID)); in testWeakTokenActivatedImmediatelyIfNoUserPassword()
89 assertTrue(mService.isWeakEscrowTokenValid(handle, token, PRIMARY_USER_ID)); in testWeakTokenActivatedLaterWithUserPassword()
170 assertTrue(mService.isWeakEscrowTokenValid(handle, token, PRIMARY_USER_ID)); in testUnlockUserWithToken_weakEscrowToken()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DLockPatternUtilsTest.java209 mLockPatternUtils.isWeakEscrowTokenValid(testHandle, testToken, testUserId); in testIsAutoEscrowTokenValid()
210 verify(ils).isWeakEscrowTokenValid(eq(testHandle), eq(testToken), eq(testUserId)); in testIsAutoEscrowTokenValid()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl110 boolean isWeakEscrowTokenValid(long handle, in byte[] token, int userId); in isWeakEscrowTokenValid() method
DLockPatternUtils.java1546 public boolean isWeakEscrowTokenValid(long handle, byte[] token, int userId) { in isWeakEscrowTokenValid() method in LockPatternUtils
1548 return getLockSettings().isWeakEscrowTokenValid(handle, token, userId); in isWeakEscrowTokenValid()
/frameworks/base/core/java/android/app/
DKeyguardManager.java1125 public boolean isWeakEscrowTokenValid(long handle, @NonNull byte[] token, in isWeakEscrowTokenValid() method in KeyguardManager
1129 return mLockPatternUtils.isWeakEscrowTokenValid(handle, token, user.getIdentifier()); in isWeakEscrowTokenValid()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2090 public boolean isWeakEscrowTokenValid(long handle, byte[] token, int userId) { in isWeakEscrowTokenValid() method in LockSettingsService
/frameworks/base/core/api/
Dsystem-current.txt989 …oid.Manifest.permission.MANAGE_WEAK_ESCROW_TOKEN) public boolean isWeakEscrowTokenValid(long, @Non…