Home | History | Annotate | Download | only in view

Lines Matching refs:onKeyguardExitResult

1001     interface OnKeyguardExitResult {
1002 void onKeyguardExitResult(boolean success);
1009 * @see android.app.KeyguardManager#exitKeyguardSecurely(android.app.KeyguardManager.OnKeyguardExitResult)
1012 void exitKeyguardSecurely(OnKeyguardExitResult callback);