/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 57 public boolean dismiss(boolean authenticated); in dismiss() argument 370 boolean showNextSecurityScreenOrFinish(boolean authenticated) { in showNextSecurityScreenOrFinish() argument 371 if (DEBUG) Log.d(TAG, "showNextSecurityScreenOrFinish(" + authenticated + ")"); in showNextSecurityScreenOrFinish() 384 } else if (authenticated) { in showNextSecurityScreenOrFinish() 489 public void dismiss(boolean authenticated) { 490 mSecurityCallback.dismiss(authenticated); 578 public void dismiss(boolean authenticated) { in dismiss() argument 579 mCallback.dismiss(authenticated); in dismiss()
|
D | ViewMediatorCallback.java | 36 void keyguardDone(boolean authenticated); in keyguardDone() argument
|
D | KeyguardViewBase.java | 170 public boolean dismiss(boolean authenticated) { in dismiss() argument 171 return mSecurityContainer.showNextSecurityScreenOrFinish(authenticated); in dismiss()
|
D | KeyguardHostView.java | 363 public boolean dismiss(boolean authenticated) { in dismiss() argument 364 boolean finished = super.dismiss(authenticated); in dismiss()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 464 public void keyguardDone(boolean authenticated) { 466 KeyguardViewMediator.this.keyguardDone(authenticated, true); 1110 public void keyguardDone(boolean authenticated, boolean wakeup) { in keyguardDone() argument 1111 if (DEBUG) Log.d(TAG, "keyguardDone(" + authenticated + ")"); in keyguardDone() 1113 Message msg = mHandler.obtainMessage(KEYGUARD_DONE, authenticated ? 1 : 0, wakeup ? 1 : 0); in keyguardDone() 1184 private void handleKeyguardDone(boolean authenticated, boolean wakeup) { in handleKeyguardDone() argument 1190 if (authenticated) { in handleKeyguardDone() 1197 mExitSecureCallback.onKeyguardExitResult(authenticated); in handleKeyguardDone() 1199 Slog.w(TAG, "Failed to call onKeyguardExitResult(" + authenticated + ")", e); in handleKeyguardDone() 1204 if (authenticated) { in handleKeyguardDone()
|
D | KeyguardService.java | 81 public void keyguardDone(boolean authenticated, boolean wakeup) { 83 mKeyguardViewMediator.keyguardDone(authenticated, wakeup);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardServiceWrapper.java | 55 public void keyguardDone(boolean authenticated, boolean wakeup) { in keyguardDone() argument 57 mService.keyguardDone(authenticated, wakeup); in keyguardDone()
|
D | KeyguardServiceDelegate.java | 175 public void keyguardDone(boolean authenticated, boolean wakeup) { in keyguardDone() argument 177 mKeyguardService.keyguardDone(authenticated, wakeup); in keyguardDone()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardService.aidl | 35 void keyguardDone(boolean authenticated, boolean wakeup); in keyguardDone() argument
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 640 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException { 642 mHandler.obtainMessage(MSG_DISPATCH_UNLOCK_ATTEMPT, authenticated ? 1 : 0, userId)
|
/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/docs/html/google/gcm/ |
D | gcm.jd | 39 GCM to ensure that all parties have been authenticated, and
|
D | ccs.jd | 83 <p>CCS just uses XMPP as an authenticated transport layer, so you can use most 854 public void authenticated(XMPPConnection xmppConnection) {
|
D | client.jd | 404 // The request to your server should be authenticated if your app
|
D | http.jd | 326 authenticated. Possible causes are: <ul>
|
D | server-ref.jd | 659 … <td>The sender account used to send a message couldn't be authenticated. Possible causes are:<br>
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 304 authenticated on either the network or the device. In particular, any SMS receiver
|