Home
last modified time | relevance | path

Searched refs:authenticated (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java57 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()
DViewMediatorCallback.java36 void keyguardDone(boolean authenticated); in keyguardDone() argument
DKeyguardViewBase.java170 public boolean dismiss(boolean authenticated) { in dismiss() argument
171 return mSecurityContainer.showNextSecurityScreenOrFinish(authenticated); in dismiss()
DKeyguardHostView.java363 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/
DKeyguardViewMediator.java464 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()
DKeyguardService.java81 public void keyguardDone(boolean authenticated, boolean wakeup) {
83 mKeyguardViewMediator.keyguardDone(authenticated, wakeup);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardServiceWrapper.java55 public void keyguardDone(boolean authenticated, boolean wakeup) { in keyguardDone() argument
57 mService.keyguardDone(authenticated, wakeup); in keyguardDone()
DKeyguardServiceDelegate.java175 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/
DIKeyguardService.aidl35 void keyguardDone(boolean authenticated, boolean wakeup); in keyguardDone() argument
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java640 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/
Dauthenticate.jd29 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/
Dgcm.jd39 GCM to ensure that all parties have been authenticated, and
Dccs.jd83 <p>CCS just uses XMPP as an authenticated transport layer, so you can use most
854 public void authenticated(XMPPConnection xmppConnection) {
Dclient.jd404 // The request to your server should be authenticated if your app
Dhttp.jd326 authenticated. Possible causes are: <ul>
Dserver-ref.jd659 … <td>The sender account used to send a message couldn't be authenticated. Possible causes are:<br>
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd304 authenticated on either the network or the device. In particular, any SMS receiver