Searched refs:setBlockableSystem (Results 1 - 8 of 8) sorted by relevance

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

Completed in 148 milliseconds