Home
last modified time | relevance | path

Searched refs:getLastEventTimestamp (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java81 assertEquals(100L, conversationInfo.getLastEventTimestamp()); in testBuild()
107 assertEquals(0L, conversationInfo.getLastEventTimestamp()); in testBuildEmpty()
156 assertEquals(100L, destination.getLastEventTimestamp()); in testBuildFromAnotherConversationInfo()
H A DUsageStatsQueryHelperTest.java117 assertEquals(100L, mHelper.getLastEventTimestamp()); in testQueryShortcutInvocationEvent()
132 assertEquals(110_000L, mHelper.getLastEventTimestamp()); in testInAppConversationSwitch()
148 assertEquals(110_000L, mHelper.getLastEventTimestamp()); in testInAppConversationExplicitlyEnd()
164 assertEquals(110_000L, mHelper.getLastEventTimestamp()); in testInAppConversationImplicitlyEnd()
182 assertEquals(160_000L, mHelper.getLastEventTimestamp()); in testMultipleInAppConversations()
H A DDataManagerTest.java682 assertEquals(mConvoSbn.getPostTime(), result.getLastEventTimestamp()); in testGetConversation()
991 assertEquals(123L, newConversationInfo.getLastEventTimestamp()); in testConversationLastEventTimestampUpdate()
1211 assertEquals(mGenericSbn.getPostTime(), result.get(0).getLastEventTimestamp()); in testGetRecentConversations()
1460 assertTrue(conversationInfo.getLastEventTimestamp() - approxDeletionTime < 100); in testNotificationRemoved()
/aosp12/frameworks/base/core/java/android/app/people/
H A DConversationChannel.java131 public long getLastEventTimestamp() { in getLastEventTimestamp() method in ConversationChannel
H A DPeopleSpaceTile.java309 mLastInteractionTimestamp = channel.getLastEventTimestamp(); in Builder()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java301 conversationInfo.getLastEventTimestamp(), in getConversationChannel()
359 && (currentTimeMs - conversationInfo.getLastEventTimestamp() in pruneOldRecentConversations()
412 return conversationInfo.getLastEventTimestamp(); in getLastInteraction()
808 && conversationInfo.getLastEventTimestamp() > 0L; in isCachedRecentConversation()
847 pair.second.getLastEventTimestamp()).reversed()); in cleanupCachedShortcuts()
1288 mLastEventTimestamp = mUsageStatsQueryHelper.getLastEventTimestamp(); in run()
H A DUsageStatsQueryHelper.java117 long getLastEventTimestamp() { in getLastEventTimestamp() method in UsageStatsQueryHelper
H A DConversationInfo.java169 long getLastEventTimestamp() { in getLastEventTimestamp() method in ConversationInfo
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java728 .setLastInteractionTimestamp(conversation.getLastEventTimestamp()); in updateStorageAndViewWithConversationData()
/aosp12/frameworks/base/services/
H A Dart-profile28449 HPLcom/android/server/people/data/ConversationInfo;->getLastEventTimestamp()J
28868 HPLcom/android/server/people/data/UsageStatsQueryHelper;->getLastEventTimestamp()J