Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java463 if (!deferBouncer && showBouncerForRemoteInput(view, pendingIntent, row)) { in activateRemoteInput()
521 && showBouncerForRemoteInput(view, pendingIntent, finalRow)); in activateRemoteInput()
527 private boolean showBouncerForRemoteInput(View view, PendingIntent pendingIntent, in showBouncerForRemoteInput() method in NotificationRemoteInputManager