Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java776 public boolean isBlockable() { in isBlockable() method in NotificationChannel
1022 if (isBlockable()) { in writeXml()
1023 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockable())); in writeXml()
1087 record.put(ATT_BLOCKABLE_SYSTEM, isBlockable()); in toJson()
1189 && isBlockable() == that.isBlockable() in equals()
1213 getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java832 if (channel.isBlockable() != existing.isBlockable()) { in createNotificationChannel()
833 existing.setBlockable(channel.isBlockable()); in createNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java530 && !mEntry.getChannel().isBlockable()) { in getIsNonblockable()
/frameworks/base/api/
Dtest-current.txt444 method public boolean isBlockable();
/frameworks/base/config/
Dboot-image-profile.txt2756 HSPLandroid/app/NotificationChannel;->isBlockable()Z