Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java445 if (!deferBouncer && showBouncerForRemoteInput(view, pendingIntent, row)) { in activateRemoteInput()
488 && showBouncerForRemoteInput(view, pendingIntent, finalRow)); in activateRemoteInput()
494 private boolean showBouncerForRemoteInput(View view, PendingIntent pendingIntent, in showBouncerForRemoteInput() method in NotificationRemoteInputManager