Searched refs:namePattern (Results 1 – 1 of 1) sorted by relevance
681 final Pattern namePattern = Pattern.compile(name, Pattern.CASE_INSENSITIVE); in findPackageInstallerObject() local682 return findPackageInstallerObject(By.text(namePattern), /* checkNull= */ true); in findPackageInstallerObject()690 final Pattern namePattern = Pattern.compile(name, Pattern.CASE_INSENSITIVE); in findObject() local691 return findObject(By.text(namePattern), /* checkNull= */ true); in findObject()