Home
last modified time | relevance | path

Searched refs:NotificationChannels (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DNotificationChannelsTest.java54 NotificationChannels.ALERTS, in testChannelSetup()
55 NotificationChannels.SCREENSHOTS_HEADSUP, in testChannelSetup()
56 NotificationChannels.STORAGE, in testChannelSetup()
57 NotificationChannels.INSTANT, in testChannelSetup()
58 NotificationChannels.BATTERY, in testChannelSetup()
59 NotificationChannels.HINTS, in testChannelSetup()
60 NotificationChannels.SETUP in testChannelSetup()
62 NotificationChannels.createAll(mContext); in testChannelSetup()
72 new NotificationChannels(mContext).start(); in testChannelCleanup()
75 assertEquals(NotificationChannels.GENERAL, captor.getValue()); in testChannelCleanup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuNotificationFactory.java26 import com.android.systemui.util.NotificationChannels;
46 return new Notification.Builder(mContext, NotificationChannels.ALERTS) in createHiddenNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.kt28 import com.android.systemui.util.NotificationChannels
60 Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestSessionNotification.java31 import com.android.systemui.util.NotificationChannels;
95 NotificationChannels.ALERTS) in createPersistentNotification()
DSystemUIApplication.java48 import com.android.systemui.util.NotificationChannels;
178 NotificationChannels.createAll(context); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java36 public class NotificationChannels implements CoreStartable { class
52 public NotificationChannels(Context context) { in NotificationChannels() method in NotificationChannels
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinator.kt35 import com.android.systemui.util.NotificationChannels in <lambda>()
106 return Notification.Builder(context, NotificationChannels.ALERTS) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUICoreStartableModule.kt65 import com.android.systemui.util.NotificationChannels
160 @ClassKey(NotificationChannels::class)
162 abstract fun bindNotificationChannels(sysui: NotificationChannels): CoreStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt45 import com.android.systemui.util.NotificationChannels
152 NotificationCompat.Builder(context, NotificationChannels.BATTERY) in showOrUpdateNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DCsdWarningDialog.java41 import com.android.systemui.util.NotificationChannels;
280 new Notification.Builder(mContext, NotificationChannels.ALERTS) in sendNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java51 import com.android.systemui.util.NotificationChannels;
241 new Notification.Builder(mContext, NotificationChannels.STORAGE) in updateMissingPrivateVolumes()
271 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onDiskScannedInternal()
545 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveProgress()
596 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveFinished()
632 new Notification.Builder(mContext, NotificationChannels.STORAGE) in buildNotificationBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java78 import com.android.systemui.util.NotificationChannels;
282 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
309 new Notification.Builder(mContext, NotificationChannels.BATTERY) in showWarningNotification()
365 new Notification.Builder(mContext, NotificationChannels.HINTS) in showAutoSaverSuggestionNotification()
435 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
521 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerNotificationWarningsTest.java61 import com.android.systemui.util.NotificationChannels;
195 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY); in testShowLowBatteryNotification_BatteryChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java60 import com.android.systemui.util.NotificationChannels;
266 new Notification.Builder(mContext, NotificationChannels.INSTANT); in postInstantAppNotif()
/frameworks/base/packages/SystemUI/
DREADME.md93 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…
/frameworks/base/core/java/android/app/
Dnotification.aconfig109 description: "This flag enables the API to allow setting VibrationEffect for NotificationChannels"