Searched refs:ATT_ALLOW_BUBBLE (Results 1 – 2 of 2) sorted by relevance
151 private static final String ATT_ALLOW_BUBBLE = "allow_bubbles"; field in NotificationChannel987 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()1112 out.attributeInt(null, ATT_ALLOW_BUBBLE, getAllowBubbles()); in writeXml()1175 record.put(ATT_ALLOW_BUBBLE, getAllowBubbles()); in toJson()
119 private static final String ATT_ALLOW_BUBBLE = "allow_bubble"; field in PreferencesHelper251 null, ATT_ALLOW_BUBBLE, DEFAULT_BUBBLE_PREFERENCE); in readXml()568 out.attributeInt(null, ATT_ALLOW_BUBBLE, r.bubblePreference); in writeXml()