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 D | ConversationInfoTest.java | 81 assertEquals(100L, conversationInfo.getLastEventTimestamp()); in testBuild() 107 assertEquals(0L, conversationInfo.getLastEventTimestamp()); in testBuildEmpty() 156 assertEquals(100L, destination.getLastEventTimestamp()); in testBuildFromAnotherConversationInfo()
|
H A D | UsageStatsQueryHelperTest.java | 117 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 D | DataManagerTest.java | 682 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 D | ConversationChannel.java | 131 public long getLastEventTimestamp() { in getLastEventTimestamp() method in ConversationChannel
|
H A D | PeopleSpaceTile.java | 309 mLastInteractionTimestamp = channel.getLastEventTimestamp(); in Builder()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 301 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 D | UsageStatsQueryHelper.java | 117 long getLastEventTimestamp() { in getLastEventTimestamp() method in UsageStatsQueryHelper
|
H A D | ConversationInfo.java | 169 long getLastEventTimestamp() { in getLastEventTimestamp() method in ConversationInfo
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 728 .setLastInteractionTimestamp(conversation.getLastEventTimestamp()); in updateStorageAndViewWithConversationData()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 28449 HPLcom/android/server/people/data/ConversationInfo;->getLastEventTimestamp()J 28868 HPLcom/android/server/people/data/UsageStatsQueryHelper;->getLastEventTimestamp()J
|