Home
last modified time | relevance | path

Searched refs:NotificationChannels (Results 1 – 11 of 11) 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/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/pip/tv/
DPipNotification.java37 import com.android.systemui.util.NotificationChannels;
150 mNotificationBuilder = new Notification.Builder(context, NotificationChannels.TVPIP) in PipNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java63 import com.android.systemui.util.NotificationChannels;
238 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
269 new Notification.Builder(mContext, NotificationChannels.BATTERY) in showWarningNotification()
306 new Notification.Builder(mContext, NotificationChannels.HINTS) in showAutoSaverSuggestionNotification()
378 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
428 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java48 import com.android.systemui.util.NotificationChannels;
209 new Notification.Builder(mContext, NotificationChannels.STORAGE) in updateMissingPrivateVolumes()
239 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onDiskScannedInternal()
489 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveProgress()
540 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveFinished()
576 new Notification.Builder(mContext, NotificationChannels.STORAGE) in buildNotificationBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java42 import com.android.systemui.util.NotificationChannels;
102 NotificationChannels.createAll(context); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java31 public class NotificationChannels extends SystemUI { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java60 import com.android.systemui.util.NotificationChannels;
292 new Notification.Builder(mContext, NotificationChannels.GENERAL); in postInstantAppNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java54 import com.android.systemui.util.NotificationChannels;
397 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java86 import com.android.systemui.util.NotificationChannels;
187 new Notification.Builder(context, NotificationChannels.SCREENSHOTS_HEADSUP) in SaveImageInBackgroundTask()
198 NotificationChannels.SCREENSHOTS_HEADSUP) in SaveImageInBackgroundTask()
878 Notification.Builder b = new Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/packages/SystemUI/
DREADME.md79 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…