Searched refs:verifyUnlock (Results 1 – 7 of 7) sorted by relevance
86 public void verifyUnlock(IKeyguardExitCallback callback) {89 mKeyguardViewMediator.verifyUnlock(callback);
1205 public void verifyUnlock(IKeyguardExitCallback callback) { in verifyUnlock() method in KeyguardViewMediator
37 void verifyUnlock(IKeyguardExitCallback callback); in verifyUnlock() method
50 public void verifyUnlock(IKeyguardExitCallback callback) { in verifyUnlock() method in KeyguardServiceWrapper52 mService.verifyUnlock(callback); in verifyUnlock()
253 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock() method in KeyguardServiceDelegate255 mKeyguardService.verifyUnlock(new KeyguardExitDelegate(onKeyguardExitResult)); in verifyUnlock()
927 public void verifyUnlock() { in verifyUnlock() method in KeyguardSecurityContainer
3386 mKeyguardDelegate.verifyUnlock(new OnKeyguardExitResult() { in launchHomeFromHotKey()4653 mKeyguardDelegate.verifyUnlock(callback); in exitKeyguardSecurely()