Searched refs:getAllowBubbles (Results 1 – 3 of 3) sorted by relevance
803 public int getAllowBubbles() { in getAllowBubbles() method in NotificationChannel1111 if (getAllowBubbles() != DEFAULT_ALLOW_BUBBLE) { in writeXml()1112 out.attributeInt(null, ATT_ALLOW_BUBBLE, getAllowBubbles()); in writeXml()1175 record.put(ATT_ALLOW_BUBBLE, getAllowBubbles()); in toJson()
97 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
937 ? existing.getAllowBubbles() in createNotificationChannel()1884 if (original.getAllowBubbles() != update.getAllowBubbles()) { in lockFieldsForUpdateLocked()