Home
last modified time | relevance | path

Searched refs:getLastInteractionTimestamp (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleSpaceTileTest.java161 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(0L); in testLastInteractionTimestamp()
167 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(7L); in testLastInteractionTimestamp()
274 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(0L); in testCreateFromConversationChannel()
287 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(123L); in testCreateFromConversationChannel()
327 assertThat(readTile.getLastInteractionTimestamp()).isEqualTo( in testWriteThenReadFromParcel()
328 tile.getLastInteractionTimestamp()); in testWriteThenReadFromParcel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java307 .sorted((c1, c2) -> new Long(c2.getLastInteractionTimestamp()).compareTo( in getSortedTiles()
308 new Long(c1.getLastInteractionTimestamp()))) in getSortedTiles()
H A DPeopleTileViewHelper.java1185 mTile.getLastInteractionTimestamp()); in createLastInteractionRemoteViews()
/aosp14/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java132 public long getLastInteractionTimestamp() { in getLastInteractionTimestamp() method in PeopleSpaceTile
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java661 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(SBN_POST_TIME); in testUpdateNotificationPostedIfExistingTile()
978 assertThat(tile.getLastInteractionTimestamp()).isLessThan( in testUpdateNotificationRemovedIfExistingTile()