Searched refs:ATT_ALLOW_BUBBLE (Results 1 – 2 of 2) sorted by relevance
86 private static final String ATT_ALLOW_BUBBLE = "can_bubble"; field in NotificationChannel735 setAllowBubbles(safeBool(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()855 out.attribute(null, ATT_ALLOW_BUBBLE, Boolean.toString(canBubble())); in writeXml()902 record.put(ATT_ALLOW_BUBBLE, canBubble()); in toJson()
90 private static final String ATT_ALLOW_BUBBLE = "allow_bubble"; field in PreferencesHelper197 parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in readXml()442 out.attribute(null, ATT_ALLOW_BUBBLE, Boolean.toString(r.allowBubble)); in writeXml()