Searched refs:packageNameMatches (Results 1 – 8 of 8) sorted by relevance
389 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()
562 public @NonNull UiSelector packageNameMatches(@NonNull String regex) { in packageNameMatches() method in UiSelector
369 method public androidx.test.uiautomator.UiSelector! packageNameMatches(String!);
420 method public androidx.test.uiautomator.UiSelector packageNameMatches(String);
574 method public androidx.test.uiautomator.UiSelector packageNameMatches(String);