Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DRecentAppsPreferenceControllerTest.java261 verify(mCategory).addPreference(argThat(summaryMatches("0m ago"))); in display_showRecents_formatSummary()
264 private static ArgumentMatcher<Preference> summaryMatches(String expected) { in summaryMatches() method in RecentAppsPreferenceControllerTest