Searched refs:descriptionStartsWith (Results 1 – 8 of 8) sorted by relevance
139 assertTrue(mDevice.findObject(new UiSelector().descriptionStartsWith("I'm")).exists()); in testDescriptionStartsWith()140 assertFalse(mDevice.findObject(new UiSelector().descriptionStartsWith("Im")).exists()); in testDescriptionStartsWith()143 new UiSelector().descriptionStartsWith("start").toString()); in testDescriptionStartsWith()
251 public @NonNull UiSelector descriptionStartsWith(@NonNull String desc) { in descriptionStartsWith() method in UiSelector
360 method public androidx.test.uiautomator.UiSelector! descriptionStartsWith(String!);
411 method public androidx.test.uiautomator.UiSelector descriptionStartsWith(String);
565 method public androidx.test.uiautomator.UiSelector descriptionStartsWith(String);