Searched refs:NotificationChannels (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 32 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/ |
D | PowerNotificationWarningsTest.java | 41 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/ |
D | PipNotification.java | 37 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/ |
D | PowerNotificationWarnings.java | 63 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/ |
D | StorageNotification.java | 48 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/ |
D | SystemUIApplication.java | 42 import com.android.systemui.util.NotificationChannels; 102 NotificationChannels.createAll(context); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 31 public class NotificationChannels extends SystemUI { class
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 60 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/ |
D | NavigationModeController.java | 54 import com.android.systemui.util.NotificationChannels; 397 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 86 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/ |
D | README.md | 79 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…
|