/aosp12/frameworks/base/core/java/com/android/internal/notification/ |
H A D | SystemNotificationChannels.java | 70 keyboard.setBlockable(true); in createAll() 79 physicalKeyboardChannel.setBlockable(true); in createAll() 92 car.setBlockable(true); in createAll() 101 developer.setBlockable(true); in createAll() 108 developer.setBlockable(true); in createAll() 121 network.setBlockable(true); in createAll() 128 networkAlertsChannel.setBlockable(true); in createAll() 135 networkAvailable.setBlockable(true); in createAll() 172 foregroundChannel.setBlockable(true); in createAll() 200 newFeaturePrompt.setBlockable(true); in createAll()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiNotificationManager.java | 86 networkAlertsChannel.setBlockable(true); in createNotificationChannels() 94 networkAvailable.setBlockable(true); in createNotificationChannels()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NotificationChannels.java | 56 batteryChannel.setBlockable(true); in createAll() 114 screenshotChannel.setBlockable(true); in createScreenshotChannel()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
H A D | NotificationChannelController.java | 73 alertChannel.setBlockable(true); in createAll() 80 mobileDataStatusChannel.setBlockable(true); in createAll()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AlertWindowNotification.java | 164 channel.setBlockable(true); in createNotificationChannel()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 323 channel.setBlockable(true); in createBubble() 454 channel.setBlockable(true); in generateRow()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | PackageInstalledNotificationUtils.java | 222 channel.setBlockable(true); in createChannel()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 452 public void setBlockable(boolean blockable) { in setBlockable() method in NotificationChannel 977 setBlockable(safeBool(parser, ATT_BLOCKABLE_SYSTEM, false)); in populateFromXml()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | BlockPreferenceControllerTest.java | 236 channel.setBlockable(true); in testIsEnabled_systemAppBlockable()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverStateMachine.java | 859 channel.setBlockable(true); in ensureNotificationChannelExists()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SensorPrivacyService.java | 653 channel.setBlockable(false); in showSensorUseReminderNotification()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 874 existing.setBlockable(channel.isBlockable()); in createNotificationChannel()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 771 method public void setBlockable(boolean);
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2274 HSPLandroid/app/NotificationChannel;->setBlockable(Z)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2274 HSPLandroid/app/NotificationChannel;->setBlockable(Z)V
|