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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java138 boolean afterKeyguardGone) {
140 if (!afterKeyguardGone) {
137 dismissWithAction(OnDismissAction r, Runnable cancelAction, boolean afterKeyguardGone) argument
H A DPhoneStatusBar.java2843 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
2863 keyguardShowing && !afterKeyguardGone);
2878 afterKeyguardGone);
2884 final boolean afterKeyguardGone) {
2892 if (keyguardShowing && !afterKeyguardGone) {
2909 }, cancelAction, afterKeyguardGone);
2974 protected void dismissKeyguardThenExecute(OnDismissAction action, boolean afterKeyguardGone) { argument
2975 dismissKeyguardThenExecute(action, null /* cancelRunnable */, afterKeyguardGone);
2979 boolean afterKeyguardGone) {
2982 afterKeyguardGone);
2881 executeRunnableDismissingKeyguard(final Runnable runnable, final Runnable cancelAction, final boolean dismissShade, final boolean afterKeyguardGone) argument
2978 dismissKeyguardThenExecute(OnDismissAction action, Runnable cancelAction, boolean afterKeyguardGone) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java292 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
297 if (keyguardShowing && !afterKeyguardGone) {
307 overrideActivityPendingAppTransition(keyguardShowing && !afterKeyguardGone);
320 }, afterKeyguardGone);
758 * @param afterKeyguardGone Whether the action should be executed after the Keyguard is gone.
760 protected void dismissKeyguardThenExecute(OnDismissAction action, boolean afterKeyguardGone) { argument
885 }, false /* afterKeyguardGone */);
1497 final boolean afterKeyguardGone = intent.isActivity()
1506 if (keyguardShowing && !afterKeyguardGone) {
1531 && !afterKeyguardGone);
[all...]

Completed in 129 milliseconds