Searched refs:mNotificationChannelId (Results 1 – 8 of 8) sorted by relevance
388 public String mNotificationChannelId; field in UsageEvents.Event419 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()
209 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()
479 if (event.mNotificationChannelId != null) { in writeEvent()481 event.mNotificationChannelId); in writeEvent()488 + event.mNotificationChannelId in writeEvent()491 event.mNotificationChannelId); in writeEvent()
240 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()
750 if (event.mNotificationChannelId != null) { in printEvent()751 pw.printPair("channelId", event.mNotificationChannelId); in printEvent()
1678 event.mNotificationChannelId = channelId.intern(); in reportInterruptiveNotification()
169 event.mNotificationChannelId = "channel" + (i % 5); in populateIntervalStats()285 assertEquals(e1.mNotificationChannelId, e2.mNotificationChannelId, in compareUsageEvent()
9428 Landroid/app/usage/UsageEvents$Event;->mNotificationChannelId:Ljava/lang/String;