Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java494 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() argument
495 mAllowBubbles = allowBubbles; in setAllowBubbles()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6179 boolean[] allowBubbles = new boolean[N];
6194 allowBubbles[i] = r.canBubble();
6212 || allowBubbles[i] != r.canBubble()