Searched refs:unlockUserWithToken (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockSettingsInternal.java | 63 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); in unlockUserWithToken() method in LockSettingsInternal
|
D | LockPatternUtils.java | 1865 public boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId) { 1866 return getLockSettingsInternal().unlockUserWithToken(tokenHandle, token, userId);
|
/frameworks/base/core/java/android/service/trust/ |
D | ITrustAgentServiceCallback.aidl | 34 void unlockUserWithToken(long handle, in byte[] token, int userId); in unlockUserWithToken() method
|
D | TrustAgentService.java | 546 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/ |
D | TrustAgentWrapper.java | 258 mTrustManagerService.unlockUserWithToken(handle, eToken, userId); 345 public void unlockUserWithToken(long handle, byte[] token, int userId) {
|
D | TrustManagerService.java | 463 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/ |
D | LockSettingsService.java | 2954 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/ |
D | system-current.txt | 7624 method public final void unlockUserWithToken(long, byte[], android.os.UserHandle);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 7522 method public final void unlockUserWithToken(long, byte[], android.os.UserHandle);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 64348 Landroid/service/trust/ITrustAgentServiceCallback$Stub$Proxy;->unlockUserWithToken(J[BI)V 64369 Landroid/service/trust/ITrustAgentServiceCallback;->unlockUserWithToken(J[BI)V
|