Searched refs:NotificationChannels (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 33 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/ |
D | SystemUIApplication.java | 53 import com.android.systemui.util.NotificationChannels; 73 NotificationChannels.class, 98 NotificationChannels.class,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 48 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/ |
D | PipNotificationController.java | 45 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/ |
D | PipNotification.java | 37 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/ |
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/util/ |
D | NotificationChannels.java | 28 public class NotificationChannels extends SystemUI { class
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 67 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/ |
D | UserSwitcherController.java | 67 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/ |
D | PhoneStatusBarPolicy.java | 85 import com.android.systemui.util.NotificationChannels; 568 … Notification.Builder builder = new Notification.Builder(mContext, NotificationChannels.GENERAL); in postEphemeralNotif()
|
D | StatusBar.java | 237 import com.android.systemui.util.NotificationChannels; 5761 new Notification.Builder(mContext, NotificationChannels.GENERAL) in notifyUserAboutHiddenNotifications()
|