Home
last modified time | relevance | path

Searched defs:setAllowBubbles (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java621 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() method in NotificationChannel
628 public void setAllowBubbles(int allowed) { in setAllowBubbles() method in NotificationChannel
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java241 public boolean setAllowBubbles(String pkg, int uid, int preference) { in setAllowBubbles() method in NotificationBackend