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.java33 import com.android.systemui.util.NotificationChannels;
56 NotificationChannels.ALERTS, in testChannelSetup()
57 NotificationChannels.SCREENSHOTS, in testChannelSetup()
58 NotificationChannels.STORAGE, in testChannelSetup()
59 NotificationChannels.GENERAL in testChannelSetup()
61 NotificationChannels.createAll(mContext); in testChannelSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java53 import com.android.systemui.util.NotificationChannels;
73 NotificationChannels.class,
98 NotificationChannels.class,
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java48 import com.android.systemui.util.NotificationChannels;
158 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
177 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showWarningNotification()
247 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
296 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipNotificationController.java45 import com.android.systemui.util.NotificationChannels;
136 new Notification.Builder(mContext, NotificationChannels.GENERAL) in showNotificationForApp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java37 import com.android.systemui.util.NotificationChannels;
152 mNotificationBuilder = new Notification.Builder(context, NotificationChannels.TVPIP) in PipNotification()
/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/util/
DNotificationChannels.java28 public class NotificationChannels extends SystemUI { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java67 import com.android.systemui.util.NotificationChannels;
184 new Notification.Builder(context, NotificationChannels.SCREENSHOTS) in SaveImageInBackgroundTask()
195 mNotificationBuilder = new Notification.Builder(context, NotificationChannels.SCREENSHOTS) in SaveImageInBackgroundTask()
860 Notification.Builder b = new Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java67 import com.android.systemui.util.NotificationChannels;
567 new Notification.Builder(mContext, NotificationChannels.GENERAL)
593 new Notification.Builder(mContext, NotificationChannels.GENERAL) in showGuestNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java85 import com.android.systemui.util.NotificationChannels;
568 … Notification.Builder builder = new Notification.Builder(mContext, NotificationChannels.GENERAL); in postEphemeralNotif()
DStatusBar.java237 import com.android.systemui.util.NotificationChannels;
5761 new Notification.Builder(mContext, NotificationChannels.GENERAL) in notifyUserAboutHiddenNotifications()