Searched refs:onKeyguardExitResult (Results 1 – 12 of 12) sorted by relevance
119 KeyguardExitDelegate(OnKeyguardExitResult onKeyguardExitResult) { in KeyguardExitDelegate() argument120 mOnKeyguardExitResult = onKeyguardExitResult; in KeyguardExitDelegate()124 public void onKeyguardExitResult(boolean success) throws RemoteException { in onKeyguardExitResult() method in KeyguardServiceDelegate.KeyguardExitDelegate127 mOnKeyguardExitResult.onKeyguardExitResult(success); in onKeyguardExitResult()257 public void verifyUnlock(final OnKeyguardExitResult onKeyguardExitResult) { in verifyUnlock() argument259 mKeyguardService.verifyUnlock(new KeyguardExitDelegate(onKeyguardExitResult)); in verifyUnlock()
23 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
19 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
302 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method569 public void onKeyguardExitResult(boolean success) throws RemoteException { in exitKeyguardSecurely()571 callback.onKeyguardExitResult(success); in exitKeyguardSecurely()
817 mExitSecureCallback.onKeyguardExitResult(false); in onStartedGoingToSleep()1095 mExitSecureCallback.onKeyguardExitResult(false); in setKeyguardEnabled()1134 callback.onKeyguardExitResult(false); in verifyUnlock()1144 callback.onKeyguardExitResult(false); in verifyUnlock()1151 callback.onKeyguardExitResult(false); in verifyUnlock()1163 callback.onKeyguardExitResult(true); in verifyUnlock()1172 callback.onKeyguardExitResult(false); in verifyUnlock()1654 mExitSecureCallback.onKeyguardExitResult(true /* authenciated */); in handleKeyguardDone()
1360 void onKeyguardExitResult(boolean success); in onKeyguardExitResult() method
4415 public void onKeyguardExitResult(boolean success) { in launchHomeFromHotKey()
3037 public void onKeyguardExitResult(boolean success) { in exitKeyguardSecurely()3039 callback.onKeyguardExitResult(success); in exitKeyguardSecurely()
6076 Landroid/view/IOnKeyguardExitResult;->onKeyguardExitResult(Z)V
3275 Landroid/app/KeyguardManager$OnKeyguardExitResult;->onKeyguardExitResult(Z)V
4432 method public abstract void onKeyguardExitResult(boolean);
5055 method public abstract void onKeyguardExitResult(boolean);