Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExternalAccountType.java410 static int resolveExternalResId(Context context, String resourceName, in resolveExternalResId() argument
412 if (TextUtils.isEmpty(resourceName)) { in resolveExternalResId()
415 if (resourceName.charAt(0) != '@') { in resolveExternalResId()
419 final String name = resourceName.substring(1); in resolveExternalResId()
429 Log.e(TAG, "Unable to load " + resourceName + " from package " + packageName); in resolveExternalResId()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeLocale.java90 final String resourceName = SUBTYPE_NAME_RESOURCE_GENERIC_PREFIX + layoutName; in init() local
91 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME); in init()
105 final String resourceName = SUBTYPE_NAME_RESOURCE_PREFIX + localeString; in init() local
106 final int resId = res.getIdentifier(resourceName, null, RESOURCE_PACKAGE_NAME); in init()
/packages/apps/Launcher2/src/com/android/launcher2/
DShortcutInfo.java71 iconResource.resourceName = info.iconResource.resourceName; in ShortcutInfo()
140 iconResource.resourceName); in onAddToDatabase()
DInstallShortcutReceiver.java96 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName); in addToInstallQueue()
136 iconResource.resourceName = iconResourceName; in getAndClearInstallQueue()
DLauncherModel.java2274 String resourceName = c.getString(iconResourceIndex); in getShortcutInfo() local
2281 final int id = resources.getIdentifier(resourceName, null, null); in getShortcutInfo()
2424 final int id = resources.getIdentifier(iconResource.resourceName, null, null); in infoFromShortcutIntent()
DLauncher.java3038 … private Drawable getExternalPackageToolbarIcon(ComponentName activityName, String resourceName) { in getExternalPackageToolbarIcon() argument
3045 int iconResId = metaData.getInt(resourceName); in getExternalPackageToolbarIcon()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactDirectoryManager.java145 String resourceName = getResourceNameById(packageName, resourceId); in areTypeResourceIdsValid() local
146 if (!TextUtils.equals(storedResourceName, resourceName)) { in areTypeResourceIdsValid()
505 String resourceName = getResourceNameById(info.packageName, info.typeResourceId); in updateDirectories() local
506 values.put(DirectoryColumns.TYPE_RESOURCE_NAME, resourceName); in updateDirectories()
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java162 iconResource.resourceName, null, null)); in getItems()