Searched refs:ATT_BLOCKABLE_SYSTEM (Results 1 – 2 of 2) sorted by relevance
155 private static final String ATT_BLOCKABLE_SYSTEM = "blockable_system"; field in NotificationChannel967 setBlockable(safeBool(parser, ATT_BLOCKABLE_SYSTEM, false)); in populateFromXml()1089 out.attributeBoolean(null, ATT_BLOCKABLE_SYSTEM, isBlockable()); in writeXml()1154 record.put(ATT_BLOCKABLE_SYSTEM, isBlockable()); in toJson()
7968 Landroid/app/NotificationChannel;->ATT_BLOCKABLE_SYSTEM:Ljava/lang/String;