Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java191 String lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime() local
193 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()