Searched refs:mNotificationChannelId (Results 1 – 2 of 2) sorted by relevance
245 public String mNotificationChannelId; field in UsageEvents.Event267 mNotificationChannelId = orig.mNotificationChannelId; in Event()364 return mNotificationChannelId; in getNotificationChannelId()531 p.writeString(event.mNotificationChannelId); in writeEventToParcel()562 eventOut.mNotificationChannelId = null; in readEventFromParcel()581 eventOut.mNotificationChannelId = p.readString(); in readEventFromParcel()
1235 event.mNotificationChannelId = channelId.intern(); in reportInterruptiveNotification()