Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiSelectorTest.java92 assertTrue(mDevice.findObject(new UiSelector().classNameMatches(".*get\\.B.*")).exists()); in testClassNameMatches()
93 assertFalse(mDevice.findObject(new UiSelector().classNameMatches(".*Switch")).exists()); in testClassNameMatches()
96 new UiSelector().classNameMatches(".*").toString()); in testClassNameMatches()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiSelector.java178 public @NonNull UiSelector classNameMatches(@NonNull String regex) { in classNameMatches() method in UiSelector
/test/uiautomator/uiautomator/api/
D2.2.0.txt354 method public androidx.test.uiautomator.UiSelector! classNameMatches(String!);
Drestricted_2.2.0.txt354 method public androidx.test.uiautomator.UiSelector! classNameMatches(String!);
Drestricted_2.3.0-beta01.txt405 method public androidx.test.uiautomator.UiSelector classNameMatches(String);
D2.3.0-beta01.txt405 method public androidx.test.uiautomator.UiSelector classNameMatches(String);
Dcurrent.txt559 method public androidx.test.uiautomator.UiSelector classNameMatches(String);
Drestricted_current.txt559 method public androidx.test.uiautomator.UiSelector classNameMatches(String);