Searched refs:textStartsWith (Results 1 – 14 of 14) sorted by relevance
199 public static @NonNull BySelector textStartsWith(@NonNull String prefix) { in textStartsWith() method in By200 return new BySelector().textStartsWith(prefix); in textStartsWith()
411 public static @NonNull UiObject2Condition<Boolean> textStartsWith(@NonNull String substring) {
359 public @NonNull BySelector textStartsWith(@NonNull String prefix) { in textStartsWith() method in BySelector
140 public @NonNull UiSelector textStartsWith(@NonNull String text) { in textStartsWith() method in UiSelector
58 assertTrue(mDevice.findObject(new UiSelector().textStartsWith("Text")).exists()); in testTextStartsWith()59 assertFalse(mDevice.findObject(new UiSelector().textStartsWith("NotText")).exists()); in testTextStartsWith()62 new UiSelector().textStartsWith("Text").toString()); in testTextStartsWith()
179 assertTrue(mDevice.hasObject(By.res(TEST_APP, "text_family").textStartsWith("This"))); in testTextStartsWith()180 assertFalse(mDevice.hasObject(By.res(TEST_APP, "text_family").textStartsWith("NotThis"))); in testTextStartsWith()
283 assertTrue(target.wait(Until.textStartsWith("updated"), TIMEOUT_MS)); in testTextStartsWith()
92 assertThrows(NullPointerException.class, () -> By.textStartsWith(null)); in testText_nullValue()99 By.text("first").textStartsWith("second"); in testText_alreadyDefined()
37 method public static androidx.test.uiautomator.BySelector! textStartsWith(String!);75 method public androidx.test.uiautomator.BySelector! textStartsWith(String!);377 method public androidx.test.uiautomator.UiSelector! textStartsWith(String!);413 …c static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!>! textStartsWith(String!);
46 method public static androidx.test.uiautomator.BySelector textStartsWith(String);93 method public androidx.test.uiautomator.BySelector textStartsWith(String);428 method public androidx.test.uiautomator.UiSelector textStartsWith(String);463 …lic static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> textStartsWith(String);
98 method public static androidx.test.uiautomator.BySelector textStartsWith(String);145 method public androidx.test.uiautomator.BySelector textStartsWith(String);582 method public androidx.test.uiautomator.UiSelector textStartsWith(String);617 …lic static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> textStartsWith(String);