Searched refs:apkInfo (Results 1 – 2 of 2) sorted by relevance
41 Pair<String, Resources> apkInfo = findSystemApk(ctx.getPackageManager()); in DefaultPartnerProvider() local42 if (apkInfo != null) { in DefaultPartnerProvider()43 mPackageName = apkInfo.first; in DefaultPartnerProvider()44 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()