/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | AuthenticationClient.java | 51 boolean authenticated = fingerId != 0; in onAuthenticated() 57 authenticated); in onAuthenticated() local 58 if (!authenticated) { in onAuthenticated() 77 if (!authenticated) { in onAuthenticated()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 54 public boolean dismiss(boolean authenticated); in dismiss() argument 312 boolean showNextSecurityScreenOrFinish(boolean authenticated) { in showNextSecurityScreenOrFinish() argument 313 if (DEBUG) Log.d(TAG, "showNextSecurityScreenOrFinish(" + authenticated + ")"); in showNextSecurityScreenOrFinish() 326 } else if (authenticated) { in showNextSecurityScreenOrFinish() 417 public void dismiss(boolean authenticated) { 418 mSecurityCallback.dismiss(authenticated); 496 public void dismiss(boolean authenticated) { in dismiss() argument 497 mCallback.dismiss(authenticated); in dismiss()
|
D | KeyguardHostView.java | 210 public boolean dismiss(boolean authenticated) { in dismiss() argument 211 return mSecurityContainer.showNextSecurityScreenOrFinish(authenticated); in dismiss()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_fingerprint_FingerprintService.cpp | 101 arg1 = msg.data.authenticated.finger.fid; in hal_notify_callback() 102 arg2 = msg.data.authenticated.finger.gid; in hal_notify_callback() 104 notifyKeystore(reinterpret_cast<uint8_t *>(&msg.data.authenticated.hat), in hal_notify_callback() 105 sizeof(msg.data.authenticated.hat)); in hal_notify_callback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 84 public void keyguardDone(boolean authenticated, boolean wakeup) { 88 mKeyguardViewMediator.keyguardDone(authenticated);
|
D | KeyguardViewMediator.java | 1400 public void keyguardDone(boolean authenticated) { in keyguardDone() argument 1402 if (DEBUG) Log.d(TAG, "keyguardDone(" + authenticated +")"); in keyguardDone() 1405 Message msg = mHandler.obtainMessage(KEYGUARD_DONE, authenticated ? 1 : 0); in keyguardDone() 1505 private void handleKeyguardDone(boolean authenticated) { in handleKeyguardDone() argument 1516 if (authenticated) { in handleKeyguardDone() 1527 mExitSecureCallback.onKeyguardExitResult(authenticated); in handleKeyguardDone() 1529 Slog.w(TAG, "Failed to call onKeyguardExitResult(" + authenticated + ")", e); in handleKeyguardDone() 1534 if (authenticated) { in handleKeyguardDone()
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 57 public void keyguardDone(boolean authenticated, boolean wakeup) { in keyguardDone() argument 59 mService.keyguardDone(authenticated, wakeup); in keyguardDone()
|
D | KeyguardServiceDelegate.java | 229 public void keyguardDone(boolean authenticated, boolean wakeup) { in keyguardDone() argument 231 mKeyguardService.keyguardDone(authenticated, wakeup); in keyguardDone()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardService.aidl | 36 void keyguardDone(boolean authenticated, boolean wakeup); in keyguardDone() argument
|
/frameworks/base/docs/html/training/articles/ |
D | keystore.jd | 101 <li><em>user authentication</em>: the key can only be used if the user has been authenticated 198 is only authorized to be used if the user has been authenticated. The user is authenticated using a 203 cannot bypass the requirement for the user to be authenticated to use the key. 205 <p>When a key is authorized to be used only if the user has been authenticated, it is configured to
|
D | user-data-ids.jd | 55 device rather than an instance of the application or an authenticated user on
|
D | security-tips.jd | 304 authenticated on either the network or the device. In particular, any SMS receiver
|
/frameworks/base/docs/html/training/id-auth/ |
D | authenticate.jd | 29 more complicated. Not only does the user need to be authenticated to access the 197 it's impossible to tell whether the user has successfully authenticated or not.
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 685 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException { 687 mHandler.obtainMessage(MSG_DISPATCH_UNLOCK_ATTEMPT, authenticated ? 1 : 0, userId)
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 145 authenticated, call the new
|