Searched defs:sampleTextObject (Results 1 – 2 of 2) sorted by relevance
329 UiObject sampleTextObject = mDevice.findObject(new UiSelector().text("Sample text")); in testGetText() local529 UiObject sampleTextObject = mDevice.findObject(new UiSelector().text("Sample text")); in testGetPackageName() local
334 UiObject2 sampleTextObject = mDevice.findObject(By.text("Sample text")); in testGetText() local