Searched defs:strongAuth (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DViewMediatorCallback.java32 * @param strongAuth whether the user has authenticated with strong authentication like
35 void keyguardDone(boolean strongAuth); argument
51 * @param strongAuth whether the user has authenticated with strong authentication like
54 void keyguardDonePending(boolean strongAuth); argument
H A DKeyguardHostView.java218 * @param strongAuth whether the user has authenticated with strong authentication like
222 public void finish(boolean strongAuth) { argument
233 mViewMediatorCallback.keyguardDonePending(strongAuth);
235 mViewMediatorCallback.keyguardDone(strongAuth);
H A DKeyguardSecurityContainer.java59 * @param strongAuth wheher the user has authenticated with strong authentication like
62 public void finish(boolean strongAuth); argument
316 boolean strongAuth = false;
332 strongAuth = true;
356 mSecurityCallback.finish(strongAuth);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java260 public void notifyKeyguardAuthenticated(boolean strongAuth) { argument
262 mKeyguardView.finish(strongAuth);
H A DStatusBarKeyguardViewManager.java534 public void notifyKeyguardAuthenticated(boolean strongAuth) { argument
535 mBouncer.notifyKeyguardAuthenticated(strongAuth);

Completed in 101 milliseconds