Home
last modified time | relevance | path

Searched refs:setBlockableSystem (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java62 keyboard.setBlockableSystem(true); in createAll()
71 physicalKeyboardChannel.setBlockableSystem(true); in createAll()
84 car.setBlockableSystem(true); in createAll()
93 developer.setBlockableSystem(true); in createAll()
112 networkAlertsChannel.setBlockableSystem(true); in createAll()
119 networkAvailable.setBlockableSystem(true); in createAll()
156 foregroundChannel.setBlockableSystem(true); in createAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java53 batteryChannel.setBlockableSystem(true); in createAll()
118 screenshotChannel.setBlockableSystem(true); in createScreenshotChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java62 alertChannel.setBlockableSystem(true); in createAll()
69 mobileDataStatusChannel.setBlockableSystem(true); in createAll()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelTest.java57 channel.setBlockableSystem(true); in testSystemBlockable()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java64 eggChan.setBlockableSystem(true); // unlike a real cat, you can push this one off your lap in setupNotificationChannels()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java165 channel.setBlockableSystem(true); in createNotificationChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java302 public void setBlockableSystem(boolean blockableSystem) { in setBlockableSystem() method in NotificationChannel
642 setBlockableSystem(safeBool(parser, ATT_BLOCKABLE_SYSTEM, false)); in populateFromXml()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java631 existing.setBlockableSystem(channel.isBlockableSystem()); in createNotificationChannel()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt858 Landroid/app/NotificationChannel;->setBlockableSystem(Z)V