/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | NotificationChannelsTest.java | 54 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/ |
D | MenuNotificationFactory.java | 26 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/ |
D | ScreenshotNotificationsController.kt | 28 import com.android.systemui.util.NotificationChannels 60 Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | GuestSessionNotification.java | 31 import com.android.systemui.util.NotificationChannels; 95 NotificationChannels.ALERTS) in createPersistentNotification()
|
D | SystemUIApplication.java | 48 import com.android.systemui.util.NotificationChannels; 178 NotificationChannels.createAll(context); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 36 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/ |
D | TaskSwitcherNotificationCoordinator.kt | 35 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/ |
D | SystemUICoreStartableModule.kt | 65 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/ |
D | StylusUsiPowerUI.kt | 45 import com.android.systemui.util.NotificationChannels 152 NotificationCompat.Builder(context, NotificationChannels.BATTERY) in showOrUpdateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | CsdWarningDialog.java | 41 import com.android.systemui.util.NotificationChannels; 280 new Notification.Builder(mContext, NotificationChannels.ALERTS) in sendNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 51 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/ |
D | PowerNotificationWarnings.java | 78 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/ |
D | PowerNotificationWarningsTest.java | 61 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/ |
D | InstantAppNotifier.java | 60 import com.android.systemui.util.NotificationChannels; 266 new Notification.Builder(mContext, NotificationChannels.INSTANT); in postInstantAppNotif()
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 93 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…
|
/frameworks/base/core/java/android/app/ |
D | notification.aconfig | 109 description: "This flag enables the API to allow setting VibrationEffect for NotificationChannels"
|