Searched refs:getAllowBubbles (Results 1 – 3 of 3) sorted by relevance
729 public int getAllowBubbles() { in getAllowBubbles() method in NotificationChannel1025 if (getAllowBubbles() != DEFAULT_ALLOW_BUBBLE) { in writeXml()1026 out.attribute(null, ATT_ALLOW_BUBBLE, Integer.toString(getAllowBubbles())); in writeXml()1088 record.put(ATT_ALLOW_BUBBLE, getAllowBubbles()); in toJson()
96 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
898 ? existing.getAllowBubbles() in createNotificationChannel()1788 if (original.getAllowBubbles() != update.getAllowBubbles()) { in lockFieldsForUpdateLocked()