Searched defs:onKeyguardExitResult (Results 1 – 6 of 6) sorted by relevance
23 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
1047 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
19 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
104 KeyguardExitDelegate(OnKeyguardExitResult onKeyguardExitResult) { in KeyguardExitDelegate()109 public void onKeyguardExitResult(boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardServiceDelegate.KeyguardExitDelegate202 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock()
157 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
81 public void onKeyguardExitResult(final boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardTestActivity.KeyguardExitCallback