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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java100 abstract public void verifyUnlock(); method in class:KeyguardViewBase
H A DKeyguardViewManager.java184 public synchronized void verifyUnlock() { method in class:KeyguardViewManager
185 if (DEBUG) Log.d(TAG, "verifyUnlock()");
187 mKeyguardView.verifyUnlock();
H A DKeyguardViewMediator.java372 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring");
419 public void verifyUnlock(WindowManagerPolicy.OnKeyguardExitResult callback) { method in class:KeyguardViewMediator
421 if (DEBUG) Log.d(TAG, "verifyUnlock");
430 Log.w(TAG, "verifyUnlock called when not externally disabled");
1102 * Handle message sent by {@link #verifyUnlock}
1108 mKeyguardViewManager.verifyUnlock();
H A DLockPatternKeyguardView.java149 * can get past the lock screen per {@link #verifyUnlock()}
480 public void verifyUnlock() { method in class:LockPatternKeyguardView
H A DPhoneWindowManager.java1254 mKeyguardMediator.verifyUnlock(new OnKeyguardExitResult() {
2021 mKeyguardMediator.verifyUnlock(callback);

Completed in 33 milliseconds