Home
last modified time | relevance | path

Searched refs:unlockUserWithToken (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/trust/
H A DITrustAgentServiceCallback.aidl37 void unlockUserWithToken(long handle, in byte[] token, int userId); in unlockUserWithToken() method
H A DTrustAgentService.java633 public final void unlockUserWithToken(long handle, byte[] token, UserHandle user) { in unlockUserWithToken() method in TrustAgentService
646 mCallback.unlockUserWithToken(handle, token, user.getIdentifier()); in unlockUserWithToken()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java129 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken() method in LockSettingsInternal
H A DLockPatternUtils.java1600 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken() method in LockPatternUtils
1601 return getLockSettingsInternal().unlockUserWithToken(tokenHandle, token, userId); in unlockUserWithToken()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DWeakEscrowTokenTests.java175 assertTrue(mLocalService.unlockUserWithToken(handle, token, PRIMARY_USER_ID)); in testUnlockUserWithToken_weakEscrowToken()
H A DSyntheticPasswordTests.java787 assertTrue(mLocalService.unlockUserWithToken(handle, token, PRIMARY_USER_ID)); in testUnlockUserWithToken()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java302 mTrustManagerService.unlockUserWithToken(handle, eToken, userId);
407 public void unlockUserWithToken(long handle, byte[] token, int userId) {
H A DTrustManagerService.java743 public void unlockUserWithToken(long handle, byte[] token, int userId) { in unlockUserWithToken() method
744 mLockPatternUtils.unlockUserWithToken(handle, token, userId); in unlockUserWithToken()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java3141 private boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) {
3494 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) {
3495 return LockSettingsService.this.unlockUserWithToken(tokenHandle, token, userId);
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt13019 method public final void unlockUserWithToken(long, byte[], android.os.UserHandle);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50436 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->unlockUserWithToken(J[BI)V
50457 Landroid/service/trust/ITrustAgentServiceCallback;->unlockUserWithToken(J[BI)V