Searched defs:verifyUnlock (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewBase.java134 abstract public void verifyUnlock(); method in class:KeyguardViewBase
H A DKeyguardViewManager.java354 public synchronized void verifyUnlock() { method in class:KeyguardViewManager
355 if (DEBUG) Log.d(TAG, "verifyUnlock()");
357 mKeyguardView.verifyUnlock();
H A DKeyguardHostView.java889 public void verifyUnlock() { method in class:KeyguardHostView
H A DKeyguardViewMediator.java711 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring");
758 public void verifyUnlock(WindowManagerPolicy.OnKeyguardExitResult callback) { method in class:KeyguardViewMediator
760 if (DEBUG) Log.d(TAG, "verifyUnlock");
769 Log.w(TAG, "verifyUnlock called when not externally disabled");
1366 * Handle message sent by {@link #verifyUnlock}
1372 mKeyguardViewManager.verifyUnlock();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewBase.java136 abstract public void verifyUnlock(); method in class:KeyguardViewBase
H A DKeyguardViewManager.java250 public synchronized void verifyUnlock() { method in class:KeyguardViewManager
251 if (DEBUG) Log.d(TAG, "verifyUnlock()");
253 mKeyguardView.verifyUnlock();
H A DKeyguardViewMediator.java535 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring");
582 public void verifyUnlock(WindowManagerPolicy.OnKeyguardExitResult callback) { method in class:KeyguardViewMediator
584 if (DEBUG) Log.d(TAG, "verifyUnlock");
593 Log.w(TAG, "verifyUnlock called when not externally disabled");
1268 * Handle message sent by {@link #verifyUnlock}
1274 mKeyguardViewManager.verifyUnlock();
H A DLockPatternKeyguardView.java183 * can get past the lock screen per {@link #verifyUnlock()}
764 public void verifyUnlock() { method in class:LockPatternKeyguardView

Completed in 142 milliseconds