Home
last modified time | relevance | path

Searched refs:descriptionStartsWith (Results 1 – 8 of 8) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiSelectorTest.java139 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()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiSelector.java251 public @NonNull UiSelector descriptionStartsWith(@NonNull String desc) { in descriptionStartsWith() method in UiSelector
/test/uiautomator/uiautomator/api/
D2.2.0.txt360 method public androidx.test.uiautomator.UiSelector! descriptionStartsWith(String!);
Drestricted_2.2.0.txt360 method public androidx.test.uiautomator.UiSelector! descriptionStartsWith(String!);
Drestricted_2.3.0-beta01.txt411 method public androidx.test.uiautomator.UiSelector descriptionStartsWith(String);
D2.3.0-beta01.txt411 method public androidx.test.uiautomator.UiSelector descriptionStartsWith(String);
Dcurrent.txt565 method public androidx.test.uiautomator.UiSelector descriptionStartsWith(String);
Drestricted_current.txt565 method public androidx.test.uiautomator.UiSelector descriptionStartsWith(String);