Searched refs:verifyUnlock (Results 1 – 7 of 7) sorted by relevance
83 public void verifyUnlock(IKeyguardExitCallback callback) {86 mKeyguardViewMediator.verifyUnlock(callback);
1126 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()
257 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock() method in KeyguardServiceDelegate259 mKeyguardService.verifyUnlock(new KeyguardExitDelegate(onKeyguardExitResult)); in verifyUnlock()
498 public void verifyUnlock() { in verifyUnlock() method in KeyguardSecurityContainer
4413 mKeyguardDelegate.verifyUnlock(new OnKeyguardExitResult() { in launchHomeFromHotKey()7075 mKeyguardDelegate.verifyUnlock(callback); in exitKeyguardSecurely()