Searched refs:resourceIdMatches (Results 1 – 8 of 8) sorted by relevance
176 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()
295 public @NonNull UiSelector resourceIdMatches(@NonNull String regex) { in resourceIdMatches() method in UiSelector
371 method public androidx.test.uiautomator.UiSelector! resourceIdMatches(String!);
422 method public androidx.test.uiautomator.UiSelector resourceIdMatches(String);
576 method public androidx.test.uiautomator.UiSelector resourceIdMatches(String);