Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java63 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken() method in LockSettingsInternal
DLockPatternUtils.java1865 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) {
1866 return getLockSettingsInternal().unlockUserWithToken(tokenHandle, token, userId);
/frameworks/base/core/java/android/service/trust/
DITrustAgentServiceCallback.aidl34 void unlockUserWithToken(long handle, in byte[] token, int userId); in unlockUserWithToken() method
DTrustAgentService.java546 public final void unlockUserWithToken(long handle, byte[] token, UserHandle user) { in unlockUserWithToken() method in TrustAgentService
559 mCallback.unlockUserWithToken(handle, token, user.getIdentifier()); in unlockUserWithToken()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java258 mTrustManagerService.unlockUserWithToken(handle, eToken, userId);
345 public void unlockUserWithToken(long handle, byte[] token, int userId) {
DTrustManagerService.java463 public void unlockUserWithToken(long handle, byte[] token, int userId) { in unlockUserWithToken() method
464 mLockPatternUtils.unlockUserWithToken(handle, token, userId); in unlockUserWithToken()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2954 private boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) in unlockUserWithToken() method in LockSettingsService
3167 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { in unlockUserWithToken() method in LockSettingsService.LocalService
3169 return LockSettingsService.this.unlockUserWithToken(tokenHandle, token, userId); in unlockUserWithToken()
/frameworks/base/api/
Dsystem-current.txt7624 method public final void unlockUserWithToken(long, byte[], android.os.UserHandle);
/frameworks/base/non-updatable-api/
Dsystem-current.txt7522 method public final void unlockUserWithToken(long, byte[], android.os.UserHandle);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64348 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->unlockUserWithToken(J[BI)V
64369 Landroid/service/trust/ITrustAgentServiceCallback;->unlockUserWithToken(J[BI)V