Home
last modified time | relevance | path

Searched refs:isDeleted (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java575 public boolean isDeleted() { in isDeleted() method in NotificationChannel
752 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()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java437 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 …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java1064 assertTrue(response.isDeleted()); in testGetDeletedChannel()
/frameworks/base/api/
Dsystem-current.txt375 method public boolean isDeleted();
/frameworks/base/config/
Dhiddenapi-public-dex.txt3866 Landroid/app/NotificationChannel;->isDeleted()Z