Home
last modified time | relevance | path

Searched refs:mNotificationChannelId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DUsageEvents.java245 public String mNotificationChannelId; field in UsageEvents.Event
267 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()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1235 event.mNotificationChannelId = channelId.intern(); in reportInterruptiveNotification()