Searched refs:ATT_BLOCKABLE_SYSTEM (Results 1 – 1 of 1) sorted by relevance
81 private static final String ATT_BLOCKABLE_SYSTEM = "blockable_system"; field in NotificationChannel642 setBlockableSystem(safeBool(parser, ATT_BLOCKABLE_SYSTEM, false)); in populateFromXml()759 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()802 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()