Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java81 Pair<String, Resources> customizationApkInfo = PackageManagerHelper.findSystemApk( in get() local
83 if (customizationApkInfo == null) { in get()
86 String pkg = customizationApkInfo.first; in get()
87 Resources targetRes = customizationApkInfo.second; in get()