Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java69 private static final NotificationChannel NOTIFICATION_CHANNEL = field in NotificationEntryTest
186 .setChannel(NOTIFICATION_CHANNEL) in testCreateNotificationDataEntry_RankingUpdate()
195 assertEquals(NOTIFICATION_CHANNEL, entry.getChannel()); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java217 case (int) IntervalStatsProto.Event.NOTIFICATION_CHANNEL: in buildEvent()
219 IntervalStatsProto.Event.NOTIFICATION_CHANNEL); in buildEvent()
DUsageStatsProto.java479 proto.write(IntervalStatsProto.Event.NOTIFICATION_CHANNEL, in writeEvent()