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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java76 iconResource.resourceName = info.iconResource.resourceName;
151 iconResource.resourceName);
H A DLauncherModel.java1838 String resourceName = c.getString(iconResourceIndex);
1845 final int id = resources.getIdentifier(resourceName, null, null);
1988 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
H A DLauncher.java2842 private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { argument
2849 int iconResId = metaData.getInt(resourceName);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeLocale.java82 final String resourceName = SUBTYPE_NAME_RESOURCE_GENERIC_PREFIX + layoutName;
83 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
100 final String resourceName = SUBTYPE_NAME_RESOURCE_WITH_LAYOUT_PREFIX + localeString;
101 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DExternalAccountType.java412 * @param resourceName Resource name in the "@xxx/yyy" format, e.g. "@string/invite_lavbel"
417 static int resolveExternalResId(Context context, String resourceName, argument
419 if (TextUtils.isEmpty(resourceName)) {
422 if (resourceName.charAt(0) != '@') {
426 final String name = resourceName.substring(1);
436 Log.e(TAG, "Unable to load " + resourceName + " from package " + packageName);
/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 102 milliseconds