Searched refs:afterKeyguardGone (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java126 public void dismissWithAction(OnDismissAction r, boolean afterKeyguardGone) { argument
128 if (!afterKeyguardGone) {
H A DPhoneStatusBar.java3015 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
3024 if (keyguardShowing && !afterKeyguardGone) {
3033 keyguardShowing && !afterKeyguardGone);
3043 }, afterKeyguardGone);
3106 boolean afterKeyguardGone) {
3109 && mNotificationPanel.isLaunchTransitionRunning() && !afterKeyguardGone) {
3118 mStatusBarKeyguardViewManager.dismissWithAction(action, afterKeyguardGone);
3105 dismissKeyguardThenExecute(final OnDismissAction action, boolean afterKeyguardGone) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java280 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
285 if (keyguardShowing && !afterKeyguardGone) {
294 overrideActivityPendingAppTransition(keyguardShowing && !afterKeyguardGone);
304 }, afterKeyguardGone);
642 * @param afterKeyguardGone Whether the action should be executed after the Keyguard is gone.
644 protected void dismissKeyguardThenExecute(OnDismissAction action, boolean afterKeyguardGone) { argument
772 }, false /* afterKeyguardGone */);
1484 final boolean afterKeyguardGone = mIntent.isActivity()
1496 if (keyguardShowing && !afterKeyguardGone) {
1521 && !afterKeyguardGone);
[all...]

Completed in 56 milliseconds