Searched refs:PmCache (Results 1 – 3 of 3) sorted by relevance
33 import com.android.packageinstaller.permission.model.PermissionApps.PmCache;128 PmCache cache = new PmCache(getContext().getPackageManager()); in updatePermissionsUi()
55 private final @Nullable PmCache mPmCache;78 Callback callback, @Nullable PmCache pmCache, @Nullable AppDataCache appDataCache) { in PermissionApps()472 public static class PmCache { class in PermissionApps476 public PmCache(PackageManager pm) { in PmCache() method in PermissionApps.PmCache
168 PermissionApps.PmCache pmCache = new PermissionApps.PmCache( in getPermissionGroups()