Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiSelectorTest.java126 mDevice.findObject(new UiSelector().descriptionMatches(".*accessible.*")).exists()); in testDescriptionMatches()
129 new UiSelector().descriptionMatches(".*not_accessible.*")).exists()); in testDescriptionMatches()
132 new UiSelector().descriptionMatches(".*").toString()); in testDescriptionMatches()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiSelector.java230 public @NonNull UiSelector descriptionMatches(@NonNull String regex) { in descriptionMatches() method in UiSelector
/test/uiautomator/uiautomator/api/
D2.2.0.txt359 method public androidx.test.uiautomator.UiSelector! descriptionMatches(String!);
Drestricted_2.2.0.txt359 method public androidx.test.uiautomator.UiSelector! descriptionMatches(String!);
Drestricted_2.3.0-beta01.txt410 method public androidx.test.uiautomator.UiSelector descriptionMatches(String);
D2.3.0-beta01.txt410 method public androidx.test.uiautomator.UiSelector descriptionMatches(String);
Dcurrent.txt564 method public androidx.test.uiautomator.UiSelector descriptionMatches(String);
Drestricted_current.txt564 method public androidx.test.uiautomator.UiSelector descriptionMatches(String);