Home | History | Annotate | Download | only in ui

Lines Matching defs:findObject

65         UiObject2 settingsPanel = mDevice.wait(Until.findObject
70 locationTitle = mDevice.wait(Until.findObject(By.text("Location")), TIMEOUT);
80 mDevice.wait(Until.findObject(By.text("Location services")), TIMEOUT));
129 mDevice.wait(Until.findObject(By.text(element)), TIMEOUT));
139 mDevice.wait(Until.findObject(By.desc("Help & feedback")), TIMEOUT));
142 mDevice.wait(Until.findObject(By.text("Scanning")), TIMEOUT));
162 mDevice.wait(Until.findObject(By.text("Mode")), TIMEOUT).click();
164 assertNotNull("Location mode screen not loaded", mDevice.wait(Until.findObject
167 mDevice.wait(Until.findObject(By.text(textMode)), TIMEOUT).click();
170 mDevice.wait(Until.findObject(By.desc("Navigate up")), TIMEOUT).click();
201 mDevice.wait(Until.findObject(By.res(SETTINGS_PACKAGE, "switch_widget")), TIMEOUT).click();
224 UiObject2 agreeDialog = mDevice.wait(Until.findObject
226 UiObject2 previousChoiceYesButton = mDevice.wait(Until.findObject
229 mDevice.wait(Until.findObject
233 mDevice.wait(Until.findObject