Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/people/
H A 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()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java583 Builder setLastEventTimestamp(long lastEventTimestamp) { in setLastEventTimestamp() argument
584 mLastEventTimestamp = lastEventTimestamp; in setLastEventTimestamp()