Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java84 assertEquals(100L, conversationInfo.getLastEventTimestamp()); in testBuild()
111 assertEquals(0L, conversationInfo.getLastEventTimestamp()); in testBuildEmpty()
162 assertEquals(100L, destination.getLastEventTimestamp()); in testBuildFromAnotherConversationInfo()
208 assertEquals(100L, destination.getLastEventTimestamp()); in testBuildFromAnotherConversation_identicalConversation()
262 assertEquals(100L, conversationInfoFromBackup.getLastEventTimestamp()); in testBuildFromBackupPayload()
316 assertEquals(100L, conversationInfoFromBackup.getLastEventTimestamp()); in testBuildFromProtoPayload()
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()
DDataManagerTest.java687 assertEquals(mConvoSbn.getPostTime(), result.getLastEventTimestamp()); in testGetConversation()
1053 assertEquals(123L, newConversationInfo.getLastEventTimestamp()); in testConversationLastEventTimestampUpdate()
1343 assertEquals(mGenericSbn.getPostTime(), result.get(0).getLastEventTimestamp()); in testGetRecentConversations()
1592 assertTrue(conversationInfo.getLastEventTimestamp() - approxDeletionTime < 100); in testNotificationRemoved()
/frameworks/base/core/java/android/app/people/
DConversationChannel.java131 public long getLastEventTimestamp() { in getLastEventTimestamp() method in ConversationChannel
DPeopleSpaceTile.java309 mLastInteractionTimestamp = channel.getLastEventTimestamp(); in Builder()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java301 conversationInfo.getLastEventTimestamp(), in getConversationChannel()
359 && (currentTimeMs - conversationInfo.getLastEventTimestamp() in pruneOldRecentConversations()
412 return conversationInfo.getLastEventTimestamp(); in getLastInteraction()
819 && conversationInfo.getLastEventTimestamp() > 0L; in isCachedRecentConversation()
869 pair.second.getLastEventTimestamp(), in cleanupCachedShortcuts()
1320 mLastEventTimestamp = mUsageStatsQueryHelper.getLastEventTimestamp(); in run()
DUsageStatsQueryHelper.java117 long getLastEventTimestamp() { in getLastEventTimestamp() method in UsageStatsQueryHelper
DConversationInfo.java179 long getLastEventTimestamp() { in getLastEventTimestamp() method in ConversationInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java758 .setLastInteractionTimestamp(conversation.getLastEventTimestamp()); in updateStorageAndViewWithConversationData()
/frameworks/base/services/
Dart-wear-profile17023 PLcom/android/server/people/data/UsageStatsQueryHelper;->getLastEventTimestamp()J