Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java32 import com.android.systemui.util.NotificationChannels;
56 NotificationChannels.ALERTS, in testChannelSetup()
57 NotificationChannels.SCREENSHOTS_HEADSUP, in testChannelSetup()
58 NotificationChannels.STORAGE, in testChannelSetup()
59 NotificationChannels.GENERAL, in testChannelSetup()
60 NotificationChannels.BATTERY, in testChannelSetup()
61 NotificationChannels.HINTS in testChannelSetup()
63 NotificationChannels.createAll(mContext); in testChannelSetup()
75 NotificationChannels.createAll(mContext); in testChannelSetup_noLegacyScreenshot()
78 NotificationChannels.SCREENSHOTS_LEGACY); in testChannelSetup_noLegacyScreenshot()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java35 import com.android.systemui.util.NotificationChannels;
68 Notification.Builder b = new Notification.Builder(mContext, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java32 public class NotificationChannels extends SystemUI { class
42 public NotificationChannels(Context context) { in NotificationChannels() method in NotificationChannels
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerNotificationWarningsTest.java41 import com.android.systemui.util.NotificationChannels;
127 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY); in testShowLowBatteryNotification_BatteryChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java67 import com.android.systemui.util.NotificationChannels;
241 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
272 new Notification.Builder(mContext, NotificationChannels.BATTERY) in showWarningNotification()
310 new Notification.Builder(mContext, NotificationChannels.HINTS) in showAutoSaverSuggestionNotification()
388 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
474 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java41 import com.android.systemui.util.NotificationChannels;
134 NotificationChannels.createAll(context); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java48 import com.android.systemui.util.NotificationChannels;
214 new Notification.Builder(mContext, NotificationChannels.STORAGE) in updateMissingPrivateVolumes()
244 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onDiskScannedInternal()
518 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveProgress()
569 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveFinished()
605 new Notification.Builder(mContext, NotificationChannels.STORAGE) in buildNotificationBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java61 import com.android.systemui.util.NotificationChannels;
298 new Notification.Builder(mContext, NotificationChannels.GENERAL); in postInstantAppNotif()
/frameworks/base/packages/SystemUI/
DREADME.md73 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…