Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/people/
DConversationChannel.java60 NotificationChannelGroup parentNotificationChannelGroup, long lastEventTimestamp, in ConversationChannel() argument
66 mLastEventTimestamp = lastEventTimestamp; in ConversationChannel()
72 NotificationChannelGroup parentNotificationChannelGroup, long lastEventTimestamp, in ConversationChannel() argument
79 mLastEventTimestamp = lastEventTimestamp; in ConversationChannel()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java583 Builder setLastEventTimestamp(long lastEventTimestamp) { in setLastEventTimestamp() argument
584 mLastEventTimestamp = lastEventTimestamp; in setLastEventTimestamp()