Searched defs:bubblePreference (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 414 boolean showBadge, int bubblePreference) { in getOrCreatePackagePreferencesLocked() 625 public void setBubblesAllowed(String pkg, int uid, int bubblePreference) { in setBubblesAllowed() 2551 int bubblePreference = DEFAULT_BUBBLE_PREFERENCE; field in PreferencesHelper.PackagePreferences
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | NotificationBackend.java | 700 public int bubblePreference = NotificationManager.BUBBLE_PREFERENCE_NONE; field in NotificationBackend.AppRow
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 468 boolean showBadge, int bubblePreference) { in getOrCreatePackagePreferencesLocked() 676 public void setBubblesAllowed(String pkg, int uid, int bubblePreference) { in setBubblesAllowed() 2904 int bubblePreference = DEFAULT_BUBBLE_PREFERENCE; field in PreferencesHelper.PackagePreferences
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 86 void setBubblesAllowed(String pkg, int uid, int bubblePreference); in setBubblesAllowed()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 88 void setBubblesAllowed(String pkg, int uid, int bubblePreference); in setBubblesAllowed()
|