Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/people/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java307 .sorted((c1, c2) -> new Long(c2.getLastInteractionTimestamp()).compareTo( in getSortedTiles()
308 new Long(c1.getLastInteractionTimestamp()))) in getSortedTiles()
DPeopleTileViewHelper.java1183 mTile.getLastInteractionTimestamp()); in createLastInteractionRemoteViews()
/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java132 public long getLastInteractionTimestamp() { in getLastInteractionTimestamp() method in PeopleSpaceTile
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java643 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(SBN_POST_TIME); in testUpdateNotificationPostedIfExistingTile()
960 assertThat(tile.getLastInteractionTimestamp()).isLessThan( in testUpdateNotificationRemovedIfExistingTile()