Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleStore.java55 boolean shouldFilterNotMatchingLocale = !hasInstallerInfo(context, packageName) && in getAppSupportedLocales()
131 private static boolean hasInstallerInfo(Context context, String packageName) { in hasInstallerInfo() method in AppLocaleStore