Searched defs:onKeyguardExitResult (Results 1 – 6 of 6) sorted by relevance
23 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
1006 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
19 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
94 KeyguardExitDelegate(OnKeyguardExitResult onKeyguardExitResult) { in KeyguardExitDelegate()99 public void onKeyguardExitResult(boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardServiceDelegate.KeyguardExitDelegate169 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock()
153 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
81 public void onKeyguardExitResult(final boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardTestActivity.KeyguardExitCallback