Searched refs:packageAuth (Results 1 – 1 of 1) sorted by relevance
214 final Set<String> packageAuth = new HashSet<>(); in call() local217 packageAuth.add(info.providerInfo.authority); in call()220 if (!packageAuth.isEmpty()) { in call()225 return packageAuth.contains(authority); in call()