Searched refs:mNotificationChannelIdToken (Results 1 – 4 of 4) sorted by relevance
567 event.mNotificationChannelIdToken); in deobfuscateEvents()570 + event.mNotificationChannelIdToken + " for package " in deobfuscateEvents()690 event.mNotificationChannelIdToken = packagesTokenData.getTokenOrAdd( in obfuscateEventsData()
261 event.mNotificationChannelIdToken = proto.readInt( in parseEvent()419 if (event.mNotificationChannelIdToken != PackagesTokenData.UNASSIGNED_TOKEN) { in writeEvent()421 event.mNotificationChannelIdToken + 1); in writeEvent()
288 assertEquals(e1.mNotificationChannelIdToken, e2.mNotificationChannelIdToken, in compareUsageEvent()
481 public int mNotificationChannelIdToken = UNASSIGNED_TOKEN; field in UsageEvents.Event