Searched refs:mNotificationChannelIdToken (Results 1 – 4 of 4) sorted by relevance
561 event.mNotificationChannelIdToken); in deobfuscateEvents()564 + event.mNotificationChannelIdToken + " for package " in deobfuscateEvents()705 event.mNotificationChannelIdToken = packagesTokenData.getTokenOrAdd( in obfuscateEventsData()
271 event.mNotificationChannelIdToken = proto.readInt( in parseEvent()441 if (event.mNotificationChannelIdToken != PackagesTokenData.UNASSIGNED_TOKEN) { in writeEvent()443 event.mNotificationChannelIdToken + 1); in writeEvent()
304 assertEquals(e1.mNotificationChannelIdToken, e2.mNotificationChannelIdToken, in compareUsageEvent()
542 public int mNotificationChannelIdToken = UNASSIGNED_TOKEN; field in UsageEvents.Event