Home
last modified time | relevance | path

Searched refs:mNotificationChannelId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DUsageEvents.java388 public String mNotificationChannelId; field in UsageEvents.Event
419 mNotificationChannelId = orig.mNotificationChannelId; in Event()
560 return mNotificationChannelId; in getNotificationChannelId()
767 p.writeString(event.mNotificationChannelId); in writeEventToParcel()
816 eventOut.mNotificationChannelId = null; in readEventFromParcel()
835 eventOut.mNotificationChannelId = p.readString(); in readEventFromParcel()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java209 event.mNotificationChannelId = parser.readString( in buildEvent()
213 event.mNotificationChannelId = getCachedStringRef(stringPool.get( in buildEvent()
242 if (event.mNotificationChannelId == null) { in buildEvent()
243 event.mNotificationChannelId = ""; in buildEvent()
330 event.mNotificationChannelId = getCachedStringRef(event.mNotificationChannelId); in addEvent()
DUsageStatsProto.java479 if (event.mNotificationChannelId != null) { in writeEvent()
481 event.mNotificationChannelId); in writeEvent()
488 + event.mNotificationChannelId in writeEvent()
491 event.mNotificationChannelId); in writeEvent()
DUsageStatsXmlV1.java240 event.mNotificationChannelId = (channelId != null) ? channelId.intern() : null; in loadEvent()
365 if (event.mNotificationChannelId != null) { in writeEvent()
367 xml, NOTIFICATION_CHANNEL_ATTR, event.mNotificationChannelId); in writeEvent()
DUserUsageStatsService.java750 if (event.mNotificationChannelId != null) { in printEvent()
751 pw.printPair("channelId", event.mNotificationChannelId); in printEvent()
DUsageStatsService.java1678 event.mNotificationChannelId = channelId.intern(); in reportInterruptiveNotification()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java169 event.mNotificationChannelId = "channel" + (i % 5); in populateIntervalStats()
285 assertEquals(e1.mNotificationChannelId, e2.mNotificationChannelId, in compareUsageEvent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9428 Landroid/app/usage/UsageEvents$Event;->mNotificationChannelId:Ljava/lang/String;