Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DBy.java199 public static @NonNull BySelector textStartsWith(@NonNull String prefix) { in textStartsWith() method in By
200 return new BySelector().textStartsWith(prefix); in textStartsWith()
DUntil.java411 public static @NonNull UiObject2Condition<Boolean> textStartsWith(@NonNull String substring) {
DBySelector.java359 public @NonNull BySelector textStartsWith(@NonNull String prefix) { in textStartsWith() method in BySelector
DUiSelector.java140 public @NonNull UiSelector textStartsWith(@NonNull String text) { in textStartsWith() method in UiSelector
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiSelectorTest.java58 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()
DBySelectorTest.java179 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()
DUntilTest.java283 assertTrue(target.wait(Until.textStartsWith("updated"), TIMEOUT_MS)); in testTextStartsWith()
/test/uiautomator/uiautomator/src/androidTest/java/androidx/test/uiautomator/
DBySelectorTest.java92 assertThrows(NullPointerException.class, () -> By.textStartsWith(null)); in testText_nullValue()
99 By.text("first").textStartsWith("second"); in testText_alreadyDefined()
/test/uiautomator/uiautomator/api/
D2.2.0.txt37 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!);
Drestricted_2.2.0.txt37 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!);
Drestricted_2.3.0-beta01.txt46 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);
D2.3.0-beta01.txt46 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);
Dcurrent.txt98 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);
Drestricted_current.txt98 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);