Home
last modified time | relevance | path

Searched refs:isBlockableSystem (Results 1 – 6 of 6) 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.java648 public boolean isBlockableSystem() { in isBlockableSystem() method in NotificationChannel
851 if (isBlockableSystem()) { in writeXml()
852 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()
901 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()
1002 && isBlockableSystem() == that.isBlockableSystem() in equals()
1021 getAudioAttributes(), isBlockableSystem(), mAllowBubbles, in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java668 if (channel.isBlockableSystem() != existing.isBlockableSystem()) { in createNotificationChannel()
669 existing.setBlockableSystem(channel.isBlockableSystem()); in createNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java541 && !mEntry.channel.isBlockableSystem()) { in getIsNonblockable()
/frameworks/base/api/
Dtest-current.txt326 method public boolean isBlockableSystem();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7999 Landroid/app/NotificationChannel;->isBlockableSystem()Z