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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java134 boolean afterKeyguardGone) {
136 if (!afterKeyguardGone) {
133 dismissWithAction(OnDismissAction r, Runnable cancelAction, boolean afterKeyguardGone) argument
H A DPhoneStatusBar.java2798 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
2818 keyguardShowing && !afterKeyguardGone);
2833 afterKeyguardGone);
2839 final boolean afterKeyguardGone) {
2847 if (keyguardShowing && !afterKeyguardGone) {
2864 }, cancelAction, afterKeyguardGone);
2931 protected void dismissKeyguardThenExecute(OnDismissAction action, boolean afterKeyguardGone) { argument
2932 dismissKeyguardThenExecute(action, null /* cancelRunnable */, afterKeyguardGone);
2936 boolean afterKeyguardGone) {
2939 afterKeyguardGone);
2836 executeRunnableDismissingKeyguard(final Runnable runnable, final Runnable cancelAction, final boolean dismissShade, final boolean afterKeyguardGone) argument
2935 dismissKeyguardThenExecute(OnDismissAction action, Runnable cancelAction, boolean afterKeyguardGone) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java297 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
302 if (keyguardShowing && !afterKeyguardGone) {
312 overrideActivityPendingAppTransition(keyguardShowing && !afterKeyguardGone);
325 }, afterKeyguardGone);
763 * @param afterKeyguardGone Whether the action should be executed after the Keyguard is gone.
765 protected void dismissKeyguardThenExecute(OnDismissAction action, boolean afterKeyguardGone) { argument
890 }, false /* afterKeyguardGone */);
1519 final boolean afterKeyguardGone = intent.isActivity()
1536 if (keyguardShowing && !afterKeyguardGone) {
1562 && !afterKeyguardGone);
[all...]

Completed in 50 milliseconds