Searched defs:onKeyguardExitResult (Results 1 – 6 of 6) sorted by relevance
23 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
1104 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
19 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
105 KeyguardExitDelegate(OnKeyguardExitResult onKeyguardExitResult) { in KeyguardExitDelegate()110 public void onKeyguardExitResult(boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardServiceDelegate.KeyguardExitDelegate204 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock()
190 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
81 public void onKeyguardExitResult(final boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardTestActivity.KeyguardExitCallback