Searched refs:ATT_ALLOW_BUBBLE (Results 1 – 2 of 2) sorted by relevance
105 private static final String ATT_ALLOW_BUBBLE = "allow_bubbles"; field in NotificationChannel901 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()1026 out.attribute(null, ATT_ALLOW_BUBBLE, Integer.toString(getAllowBubbles())); in writeXml()1088 record.put(ATT_ALLOW_BUBBLE, getAllowBubbles()); in toJson()
111 private static final String ATT_ALLOW_BUBBLE = "allow_bubble"; field in PreferencesHelper241 : XmlUtils.readIntAttribute(parser, ATT_ALLOW_BUBBLE, in readXml()529 out.attribute(null, ATT_ALLOW_BUBBLE, Integer.toString(r.bubblePreference)); in writeXml()