Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DConstrainDisplayApisConfig.java195 return matchesApplicationInfo(configMap.get(applicationInfo.packageName), applicationInfo); in flagHasMatchingPackageEntry()
207 private static boolean matchesApplicationInfo(Pair<Long, Long> minMaxVersionCodes, in matchesApplicationInfo() method in ConstrainDisplayApisConfig