Home
last modified time | relevance | path

Searched refs:setLastInteractionTimestamp (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java225 updatedTile.setLastInteractionTimestamp(currentTimeMillis); in removeNotificationFields()
286 .setLastInteractionTimestamp(sbn.getPostTime()) in augmentTileFromNotification()
305 .map(c -> c.toBuilder().setLastInteractionTimestamp( in getSortedTiles()
/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java235 builder.setLastInteractionTimestamp(mLastInteractionTimestamp); in toBuilder()
370 public Builder setLastInteractionTimestamp(long lastInteractionTimestamp) { in setLastInteractionTimestamp() method in PeopleSpaceTile.Builder
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleSpaceTileTest.java165 .setLastInteractionTimestamp(7L) in testLastInteractionTimestamp()
301 .setLastInteractionTimestamp(7L) in testWriteThenReadFromParcel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java101 .setLastInteractionTimestamp(0L)
107 .setLastInteractionTimestamp(123L)
116 .setLastInteractionTimestamp(123L)
214 PERSON_TILE_WITHOUT_NOTIFICATION.toBuilder().setLastInteractionTimestamp( in testCreateRemoteViewsWithLastInteractionTime()
DPeopleSpaceUtilsTest.java116 .setLastInteractionTimestamp(123L)
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java758 .setLastInteractionTimestamp(conversation.getLastEventTimestamp()); in updateStorageAndViewWithConversationData()