Searched refs:ATT_DELETED (Results 1 – 2 of 2) sorted by relevance
148 private static final String ATT_DELETED = "deleted"; field in NotificationChannel1147 setDeleted(safeBool(parser, ATT_DELETED, false)); in populateFromXml()1346 out.attributeBoolean(null, ATT_DELETED, isDeleted()); in writeXml()1420 record.put(ATT_DELETED, Boolean.toString(isDeleted())); in toJson()
7970 Landroid/app/NotificationChannel;->ATT_DELETED:Ljava/lang/String;