Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiSelectorTest.java389 assertTrue(mDevice.findObject(new UiSelector().packageNameMatches(".*testapp.*")).exists()); in testPackageNameMatches()
391 mDevice.findObject(new UiSelector().packageNameMatches(".*nottest.*")).exists()); in testPackageNameMatches()
394 new UiSelector().packageNameMatches("pack.*").toString()); in testPackageNameMatches()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiSelector.java562 public @NonNull UiSelector packageNameMatches(@NonNull String regex) { in packageNameMatches() method in UiSelector
/test/uiautomator/uiautomator/api/
D2.2.0.txt369 method public androidx.test.uiautomator.UiSelector! packageNameMatches(String!);
Drestricted_2.2.0.txt369 method public androidx.test.uiautomator.UiSelector! packageNameMatches(String!);
Drestricted_2.3.0-beta01.txt420 method public androidx.test.uiautomator.UiSelector packageNameMatches(String);
D2.3.0-beta01.txt420 method public androidx.test.uiautomator.UiSelector packageNameMatches(String);
Dcurrent.txt574 method public androidx.test.uiautomator.UiSelector packageNameMatches(String);
Drestricted_current.txt574 method public androidx.test.uiautomator.UiSelector packageNameMatches(String);