Searched refs:resourceName (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java71 iconResource.resourceName = info.iconResource.resourceName;
140 iconResource.resourceName);
H A DInstallShortcutReceiver.java96 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName);
136 iconResource.resourceName = iconResourceName;
H A DLauncherModel.java2274 String resourceName = c.getString(iconResourceIndex);
2281 final int id = resources.getIdentifier(resourceName, null, null);
2424 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
H A DLauncher.java3056 private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { argument
3063 int iconResId = metaData.getInt(resourceName);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java82 iconResource.resourceName = info.iconResource.resourceName;
173 iconResource.resourceName);
H A DInstallShortcutReceiver.java94 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName);
172 iconResource.resourceName = iconResourceName;
H A DLauncherModel.java2835 String resourceName = c.getString(iconResourceIndex);
2842 final int id = resources.getIdentifier(resourceName, null, null);
2985 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
H A DLauncher.java3206 private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { argument
3213 int iconResId = metaData.getInt(resourceName);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DExternalAccountType.java404 * @param resourceName Resource name in the "@xxx/yyy" format, e.g. "@string/invite_lavbel"
409 static int resolveExternalResId(Context context, String resourceName, argument
411 if (TextUtils.isEmpty(resourceName)) {
414 if (resourceName.charAt(0) != '@') {
418 final String name = resourceName.substring(1);
428 Log.e(TAG, "Unable to load " + resourceName + " from package " + packageName);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtils.java92 final String resourceName = SUBTYPE_NAME_RESOURCE_GENERIC_PREFIX + layoutName;
93 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
107 final String resourceName = SUBTYPE_NAME_RESOURCE_PREFIX + localeString;
108 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java145 String resourceName = getResourceNameById(packageName, resourceId);
146 if (!TextUtils.equals(storedResourceName, resourceName)) {
505 String resourceName = getResourceNameById(info.packageName, info.typeResourceId);
506 values.put(DirectoryColumns.TYPE_RESOURCE_NAME, resourceName);
/packages/apps/Settings/src/com/android/settings/
H A DActivityPicker.java162 iconResource.resourceName, null, null));

Completed in 947 milliseconds