Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiSelectorTest.java176 new UiSelector().resourceIdMatches(".*testapp:id/example.*")).exists()); in testResourcesIdMatches()
178 new UiSelector().resourceIdMatches(".*testapp:id/not_example.*")).exists()); in testResourcesIdMatches()
181 new UiSelector().resourceIdMatches("id.*").toString()); in testResourcesIdMatches()
342 UiSelector treeN2Selector = new UiSelector().resourceIdMatches(".*2.*"); in testChildSelector()
343 UiSelector treeN5Selector = new UiSelector().resourceIdMatches(".*5.*"); in testChildSelector()
360 UiSelector treeN2Selector = new UiSelector().resourceIdMatches(".*2.*"); in testFromParent()
361 UiSelector treeN4Selector = new UiSelector().resourceIdMatches(".*4.*"); in testFromParent()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiSelector.java295 public @NonNull UiSelector resourceIdMatches(@NonNull String regex) { in resourceIdMatches() method in UiSelector
/test/uiautomator/uiautomator/api/
D2.2.0.txt371 method public androidx.test.uiautomator.UiSelector! resourceIdMatches(String!);
Drestricted_2.2.0.txt371 method public androidx.test.uiautomator.UiSelector! resourceIdMatches(String!);
Drestricted_2.3.0-beta01.txt422 method public androidx.test.uiautomator.UiSelector resourceIdMatches(String);
D2.3.0-beta01.txt422 method public androidx.test.uiautomator.UiSelector resourceIdMatches(String);
Dcurrent.txt576 method public androidx.test.uiautomator.UiSelector resourceIdMatches(String);
Drestricted_current.txt576 method public androidx.test.uiautomator.UiSelector resourceIdMatches(String);