Searched refs:NotificationChannels (Results 1 – 9 of 9) 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/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationsController.java | 35 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/ |
D | NotificationChannels.java | 32 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/ |
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/power/ |
D | PowerNotificationWarnings.java | 67 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/ |
D | SystemUIApplication.java | 41 import com.android.systemui.util.NotificationChannels; 134 NotificationChannels.createAll(context); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 48 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/ |
D | InstantAppNotifier.java | 61 import com.android.systemui.util.NotificationChannels; 298 new Notification.Builder(mContext, NotificationChannels.GENERAL); in postInstantAppNotif()
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 73 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…
|