Searched refs:apkInfo (Results 1 – 2 of 2) sorted by relevance
40 Pair<String, Resources> apkInfo = findSystemApk(ctx.getPackageManager()); in DefaultPartnerProvider() local41 if (apkInfo != null) { in DefaultPartnerProvider()42 mPackageName = apkInfo.first; in DefaultPartnerProvider()43 mResources = apkInfo.second; in DefaultPartnerProvider()
60 Pair<String, Resources> apkInfo = findSystemApk(ACTION_PARTNER_CUSTOMIZATION, pm); in get() local61 return apkInfo != null ? new Partner(apkInfo.first, apkInfo.second) : null; in get()