Searched refs:customizationApkInfo (Results 1 – 1 of 1) sorted by relevance
81 Pair<String, Resources> customizationApkInfo = PackageManagerHelper.findSystemApk( in get() local83 if (customizationApkInfo == null) { in get()86 String pkg = customizationApkInfo.first; in get()87 Resources targetRes = customizationApkInfo.second; in get()