Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java370 public Builder setLastInteractionTimestamp(long lastInteractionTimestamp) { in setLastInteractionTimestamp() argument
371 mLastInteractionTimestamp = lastInteractionTimestamp; in setLastInteractionTimestamp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1787 boolean importantConversation, long lastInteractionTimestamp) throws Exception { in getConversationChannelWrapper() argument
1797 eq(shortcutId))).thenReturn(lastInteractionTimestamp); in getConversationChannelWrapper()
1802 long lastInteractionTimestamp) throws Exception { in getConversationChannel() argument
1806 lastInteractionTimestamp, false); in getConversationChannel()
1808 eq(shortcutId))).thenReturn(lastInteractionTimestamp); in getConversationChannel()