Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelTest.java63 assertEquals(false, channel.isBlockableSystem()); in testSystemBlockable()
65 assertEquals(true, channel.isBlockableSystem()); in testSystemBlockable()
/frameworks/base/core/java/android/app/
DNotificationChannel.java644 public boolean isBlockableSystem() { in isBlockableSystem() method in NotificationChannel
847 if (isBlockableSystem()) { in writeXml()
848 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()
897 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()
998 && isBlockableSystem() == that.isBlockableSystem() in equals()
1017 getAudioAttributes(), isBlockableSystem(), mAllowBubbles, in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java656 if (channel.isBlockableSystem() != existing.isBlockableSystem()) { in createNotificationChannel()
657 existing.setBlockableSystem(channel.isBlockableSystem()); in createNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java563 && !mEntry.channel.isBlockableSystem()) { in getIsNonblockable()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8524 Landroid/app/NotificationChannel;->isBlockableSystem()Z