Home | History | Annotate | Download | only in view

Lines Matching defs:OnKeyguardExitResult

969     interface OnKeyguardExitResult {
970 void onKeyguardExitResult(boolean success);
977 * @see android.app.KeyguardManager#exitKeyguardSecurely(android.app.KeyguardManager.OnKeyguardExitResult)
980 void exitKeyguardSecurely(OnKeyguardExitResult callback);