Searched refs:lastInteractionString (Results 1 – 1 of 1) sorted by relevance
191 String lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime() local193 assertThat(lastInteractionString).isEqualTo("5 days ago"); in testLastInteractionTime()196 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()198 assertThat(lastInteractionString).isNull(); in testLastInteractionTime()201 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()203 assertThat(lastInteractionString).isEqualTo("Over 1 week ago"); in testLastInteractionTime()206 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()208 assertThat(lastInteractionString).isEqualTo("Over 2 weeks ago"); in testLastInteractionTime()