Searched refs:mNotificationChannelIdToken (Results 1 – 4 of 4) sorted by relevance
558 event.mNotificationChannelIdToken); in deobfuscateEvents()561 + event.mNotificationChannelIdToken + " for package " in deobfuscateEvents()685 event.mNotificationChannelIdToken = packagesTokenData.getTokenOrAdd( in obfuscateEventsData()
267 event.mNotificationChannelIdToken = proto.readInt( in parseEvent()427 if (event.mNotificationChannelIdToken != PackagesTokenData.UNASSIGNED_TOKEN) { in writeEvent()429 event.mNotificationChannelIdToken + 1); in writeEvent()
291 assertEquals(e1.mNotificationChannelIdToken, e2.mNotificationChannelIdToken, in compareUsageEvent()
495 public int mNotificationChannelIdToken = UNASSIGNED_TOKEN; field in UsageEvents.Event