Searched refs:ATT_BLOCKED (Results 1 – 2 of 2) sorted by relevance
54 private static final String ATT_BLOCKED = "blocked"; field in NotificationChannelGroup244 setBlocked(parser.getAttributeBoolean(null, ATT_BLOCKED, false)); in populateFromXml()260 out.attributeBoolean(null, ATT_BLOCKED, isBlocked()); in writeXml()275 record.put(ATT_BLOCKED, isBlocked()); in toJson()
8044 Landroid/app/NotificationChannelGroup;->ATT_BLOCKED:Ljava/lang/String;