Searched refs:isDeleted (Results 1 – 5 of 5) sorted by relevance
575 public boolean isDeleted() { in isDeleted() method in NotificationChannel752 if (isDeleted()) { in writeXml()753 out.attribute(null, ATT_DELETED, Boolean.toString(isDeleted())); in writeXml()800 record.put(ATT_DELETED, Boolean.toString(isDeleted())); in toJson()901 if (isDeleted() != that.isDeleted()) return false; in equals()938 result = 31 * result + (isDeleted() ? 1 : 0); in hashCode()
437 if (!channel.isDeleted()) { in writeXml()621 if (existing.isDeleted()) { in createNotificationChannel()699 if (channel == null || channel.isDeleted()) { in updateNotificationChannel()747 if (nc != null && (includeDeleted || !nc.isDeleted())) { in getNotificationChannel()812 if (includeDeleted || !nc.isDeleted()) { in getNotificationChannelGroupWithChannels()844 if (includeDeleted || !nc.isDeleted()) { in getNotificationChannelGroups()910 if (includeDeleted || !nc.isDeleted()) { in getNotificationChannels()942 if (nc.isDeleted()) { in getDeletedChannelCount()959 if (!nc.isDeleted() && IMPORTANCE_NONE == nc.getImportance()) { in getBlockedChannelCount()990 if (!channel.isDeleted() && channel.canBypassDnd()) { in updateChannelsBypassingDnd()[all …]
1064 assertTrue(response.isDeleted()); in testGetDeletedChannel()
375 method public boolean isDeleted();
3866 Landroid/app/NotificationChannel;->isDeleted()Z