Searched refs:classNameMatches (Results 1 – 8 of 8) sorted by relevance
92 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()
178 public @NonNull UiSelector classNameMatches(@NonNull String regex) { in classNameMatches() method in UiSelector
354 method public androidx.test.uiautomator.UiSelector! classNameMatches(String!);
405 method public androidx.test.uiautomator.UiSelector classNameMatches(String);
559 method public androidx.test.uiautomator.UiSelector classNameMatches(String);