Home | History | Annotate | Download | only in system

Lines Matching defs:packageName

144         public Customizations(Resources resources, String packageName) {
146 mPackageName = packageName;
163 String packageName = null;
165 packageName = info.activityInfo.packageName;
166 if (DEBUG) Log.v(TAG, "got package " + packageName);
167 if (packageName != null && isSystemApp(info)) try {
168 resources = pm.getResourcesForApplication(packageName);
173 if (DEBUG) Log.v(TAG, "found customization package: " + packageName);
177 return resources == null ? null : new Customizations(resources, packageName);