Searched refs:onKeyguardExitResult (Results 1 – 12 of 12) sorted by relevance
118 KeyguardExitDelegate(OnKeyguardExitResult onKeyguardExitResult) { in KeyguardExitDelegate() argument119 mOnKeyguardExitResult = onKeyguardExitResult; in KeyguardExitDelegate()123 public void onKeyguardExitResult(boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardServiceDelegate.KeyguardExitDelegate126 mOnKeyguardExitResult.onKeyguardExitResult(success); in onKeyguardExitResult()253 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock() argument255 mKeyguardService.verifyUnlock(new KeyguardExitDelegate(onKeyguardExitResult)); in verifyUnlock()
23 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
19 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
359 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method630 public void onKeyguardExitResult(boolean success) throws RemoteException { in exitKeyguardSecurely()632 callback.onKeyguardExitResult(success); in exitKeyguardSecurely()
823 mExitSecureCallback.onKeyguardExitResult(false); in onStartedGoingToSleep()1102 mExitSecureCallback.onKeyguardExitResult(false); in setKeyguardEnabled()1141 callback.onKeyguardExitResult(false); in verifyUnlock()1151 callback.onKeyguardExitResult(false); in verifyUnlock()1158 callback.onKeyguardExitResult(false); in verifyUnlock()1170 callback.onKeyguardExitResult(true); in verifyUnlock()1179 callback.onKeyguardExitResult(false); in verifyUnlock()1652 mExitSecureCallback.onKeyguardExitResult(true /* authenciated */); in handleKeyguardDone()
1190 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
3472 public void onKeyguardExitResult(boolean success) { in launchHomeFromHotKey()
2908 public void onKeyguardExitResult(boolean success) { in exitKeyguardSecurely()2910 callback.onKeyguardExitResult(success); in exitKeyguardSecurely()
75098 Landroid/view/IOnKeyguardExitResult$Stub$Proxy;->onKeyguardExitResult(Z)V89550 Lcom/android/internal/policy/IKeyguardExitCallback$Stub$Proxy;->onKeyguardExitResult(Z)V89555 Lcom/android/internal/policy/IKeyguardExitCallback;->onKeyguardExitResult(Z)V
4432 method public abstract void onKeyguardExitResult(boolean);
5153 method @Deprecated public void onKeyguardExitResult(boolean);