Home
last modified time | relevance | path

Searched defs:PreferenceMatcher (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java574 private static class PreferenceMatcher extends ArgumentMatcher<Preference> { class in AccountPreferenceControllerTest
578 public PreferenceMatcher(String title) { in PreferenceMatcher() method in AccountPreferenceControllerTest.PreferenceMatcher