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

/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java50 public void verifyUnlock(IKeyguardExitCallback callback) { method in class:KeyguardServiceWrapper
52 mService.verifyUnlock(callback);
H A DKeyguardServiceDelegate.java245 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { method in class:KeyguardServiceDelegate
247 mKeyguardService.verifyUnlock(new KeyguardExitDelegate(onKeyguardExitResult));
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java495 public void verifyUnlock() { method in class:KeyguardSecurityContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1045 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring");
1098 public void verifyUnlock(IKeyguardExitCallback callback) { method in class:KeyguardViewMediator
1099 Trace.beginSection("KeyguardViewMediator#verifyUnlock");
1101 if (DEBUG) Log.d(TAG, "verifyUnlock");
1114 Log.w(TAG, "verifyUnlock called when not externally disabled");
1899 * Handle message sent by {@link #verifyUnlock}

Completed in 1914 milliseconds