Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java800 public int getAllowBubbles() { in getAllowBubbles() method in NotificationChannel
1091 if (getAllowBubbles() != DEFAULT_ALLOW_BUBBLE) { in writeXml()
1092 out.attributeInt(null, ATT_ALLOW_BUBBLE, getAllowBubbles()); in writeXml()
1155 record.put(ATT_ALLOW_BUBBLE, getAllowBubbles()); in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java103 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
DPreferencesHelper.java1006 ? existing.getAllowBubbles() in createNotificationChannel()
1885 if (original.getAllowBubbles() != update.getAllowBubbles()) { in lockFieldsForUpdateLocked()