Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CHANNEL (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java55 public static final String NOTIFICATION_CHANNEL = "TVPIP"; field in TvPipNotificationController
89 mNotificationBuilder = new Notification.Builder(context, NOTIFICATION_CHANNEL) in TvPipNotificationController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java72 private static final NotificationChannel NOTIFICATION_CHANNEL = field in NotificationEntryTest
238 .setChannel(NOTIFICATION_CHANNEL) in testCreateNotificationDataEntry_RankingUpdate()
247 assertEquals(NOTIFICATION_CHANNEL, entry.getChannel()); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java44 public static String TVPIP = TvPipNotificationController.NOTIFICATION_CHANNEL; // "TVPIP"
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java221 case (int) IntervalStatsProto.Event.NOTIFICATION_CHANNEL: in buildEvent()
223 IntervalStatsProto.Event.NOTIFICATION_CHANNEL); in buildEvent()
DUsageStatsProto.java486 proto.write(IntervalStatsProto.Event.NOTIFICATION_CHANNEL, in writeEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java441 private static final String NOTIFICATION_CHANNEL = "satelliteChannel"; field in SatelliteController
4765 NOTIFICATION_CHANNEL, in showSatelliteSystemNotification()