Searched refs:verifyUnlock (Results 1 – 7 of 7) sorted by relevance
77 public void verifyUnlock(IKeyguardExitCallback callback) {80 mKeyguardViewMediator.verifyUnlock(callback);
1088 public void verifyUnlock(IKeyguardExitCallback callback) { in verifyUnlock() method in KeyguardViewMediator
50 public void verifyUnlock(IKeyguardExitCallback callback) { in verifyUnlock() method in KeyguardServiceWrapper52 mService.verifyUnlock(callback); in verifyUnlock()
234 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock() method in KeyguardServiceDelegate236 mKeyguardService.verifyUnlock(new KeyguardExitDelegate(onKeyguardExitResult)); in verifyUnlock()
37 void verifyUnlock(IKeyguardExitCallback callback); in verifyUnlock() method
494 public void verifyUnlock() { in verifyUnlock() method in KeyguardSecurityContainer
4143 mKeyguardDelegate.verifyUnlock(new OnKeyguardExitResult() { in launchHomeFromHotKey()6838 mKeyguardDelegate.verifyUnlock(callback); in exitKeyguardSecurely()