Searched refs:handleKeyguardDone (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewMediator.java674 // handleKeyguardDone()
1060 handleKeyguardDone(msg.arg1 != 0, msg.arg2 != 0);
1096 private void handleKeyguardDone(boolean authenticated, boolean wakeup) { method in class:KeyguardViewMediator
1097 if (DEBUG) Log.d(TAG, "handleKeyguardDone");

Completed in 6 milliseconds