Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DZonePickerSettingsTest.java183 throw newUiObjectNotFoundException(scrollable.getSelector()); in selectScrollableItem()
204 throw newUiObjectNotFoundException(selector); in assertUiObjectFound()
212 throw newUiObjectNotFoundException(selector); in assertUiObjectFound()
216 private static UiObjectNotFoundException newUiObjectNotFoundException(Object selector) { in newUiObjectNotFoundException() method in ZonePickerSettingsTest