Searched refs:ATT_BLOCKABLE_SYSTEM (Results 1 – 2 of 2) sorted by relevance
87 private static final String ATT_BLOCKABLE_SYSTEM = "blockable_system"; field in NotificationChannel730 setBlockableSystem(safeBool(parser, ATT_BLOCKABLE_SYSTEM, false)); in populateFromXml()848 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()897 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()
8496 Landroid/app/NotificationChannel;->ATT_BLOCKABLE_SYSTEM:Ljava/lang/String;