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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapWorkerOptions.java83 options.mIconResource.resourceName = mResourceName;
105 public Builder resource(String packageName, String resourceName) { argument
107 mResourceName = resourceName;
113 mResourceName = iconResource.resourceName;
213 + mIconResource.resourceName : mResourceUri.toString();
H A DBitmapWorkerTask.java134 String resourceName = iconResource.resourceName;
150 Log.w(TAG, "Could not load resource: " + iconResource.resourceName + "! NotFound");
307 final int id = resources.getIdentifier(r.resourceName, null, null);
309 Log.e(TAG, "Couldn't get resource " + r.resourceName + " in resources of "
345 int id = resources.getIdentifier(iconResource.resourceName, null, null);
H A DDrawableLoader.java160 String resourceName = iconResource.resourceName;
179 Log.w(TAG, "Could not load resource: " + iconResource.resourceName + "! NotFound");
331 final int id = resources.getIdentifier(r.resourceName, null, null);
333 Log.e(TAG, "Couldn't get resource " + r.resourceName + " in resources of "
351 int id = resources.getIdentifier(iconResource.resourceName, null, null);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DUriUtils.java79 final int id = resources.getIdentifier(r.resourceName, null, null);
89 + iconResource.resourceName.replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER));
95 public static Uri getAndroidResourceUri(String resourceName) { argument
97 + resourceName.replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER));
183 iconResource.resourceName = uri.toString().substring(
190 iconResource.resourceName = uri.toString().substring(
H A DAccountImageHelper.java123 iconResource.resourceName = context.getResources().getResourceName(
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java72 iconResource.resourceName = info.iconResource.resourceName;
145 iconResource.resourceName);
H A DInstallShortcutReceiver.java96 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName);
136 iconResource.resourceName = iconResourceName;
H A DLauncherModel.java2294 String resourceName = c.getString(iconResourceIndex);
2301 final int id = resources.getIdentifier(resourceName, null, null);
2447 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
H A DLauncher.java3088 private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { argument
3095 int iconResId = metaData.getInt(resourceName);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java145 iconResource.resourceName = info.iconResource.resourceName;
206 iconResource.resourceName);
H A DInstallShortcutReceiver.java100 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName);
181 iconResource.resourceName = iconResourceName;
H A DIconCache.java559 String resourceName = component.flattenToShortString();
560 String filename = resourceName.replace(File.separatorChar, '_');
H A DLauncherModel.java3446 String resourceName = c.getString(iconResourceIndex);
3453 final int id = resources.getIdentifier(resourceName, null, null);
3558 final int id = resources.getIdentifier(iconResource.resourceName, null, null);
H A DLauncher.java3874 private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { argument
3881 int iconResId = metaData.getInt(resourceName);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DExternalAccountType.java401 * @param resourceName Resource name in the "@xxx/yyy" format, e.g. "@string/invite_lavbel"
406 static int resolveExternalResId(Context context, String resourceName, argument
408 if (TextUtils.isEmpty(resourceName)) {
411 if (resourceName.charAt(0) != '@') {
415 final String name = resourceName.substring(1);
425 Log.e(TAG, "Unable to load " + resourceName + " from package " + packageName);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtils.java98 final String resourceName = SUBTYPE_NAME_RESOURCE_GENERIC_PREFIX + layoutName;
99 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME);
113 final String resourceName = SUBTYPE_NAME_RESOURCE_PREFIX + localeString;
114 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/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyCodeDescriptionMapper.java332 final String resourceName = String.format(Locale.ROOT, resourceNameFormat, code);
337 final int resId = resources.getIdentifier(resourceName, "string", resourcePackageName);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppsBrowseInfo.java172 iconResource.resourceName = resources.getResourceName(iconRes);
/packages/apps/Settings/src/com/android/settings/
H A DActivityPicker.java162 iconResource.resourceName, null, null));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppLoadingTask.java496 iconResource.resourceName = resources.getResourceName(iconRes);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 1420 milliseconds