Searched refs:getLastInteractionTimestamp (Results 1 – 5 of 5) sorted by relevance
161 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()
307 .sorted((c1, c2) -> new Long(c2.getLastInteractionTimestamp()).compareTo( in getSortedTiles()308 new Long(c1.getLastInteractionTimestamp()))) in getSortedTiles()
1183 mTile.getLastInteractionTimestamp()); in createLastInteractionRemoteViews()
132 public long getLastInteractionTimestamp() { in getLastInteractionTimestamp() method in PeopleSpaceTile
643 assertThat(tile.getLastInteractionTimestamp()).isEqualTo(SBN_POST_TIME); in testUpdateNotificationPostedIfExistingTile()960 assertThat(tile.getLastInteractionTimestamp()).isLessThan( in testUpdateNotificationRemovedIfExistingTile()