Home
last modified time | relevance | path

Searched refs:deferBouncer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java444 final boolean deferBouncer = authBypassCheck != null; in activateRemoteInput()
445 if (!deferBouncer && showBouncerForRemoteInput(view, pendingIntent, row)) { in activateRemoteInput()
464 mCallback.onMakeExpandedVisibleForRemoteInput(row, view, deferBouncer, () -> { in activateRemoteInput()
484 if (deferBouncer) { in activateRemoteInput()
689 boolean deferBouncer, Runnable runnable); in onMakeExpandedVisibleForRemoteInput() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java191 View clickedView, boolean deferBouncer, Runnable runnable) { in onMakeExpandedVisibleForRemoteInput() argument
192 if (!deferBouncer && mKeyguardStateController.isShowing()) { in onMakeExpandedVisibleForRemoteInput()