Searched defs:resourceName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.h40 const String16& resourceName,
47 const String16& resourceName,
55 const String16& resourceName,
85 String16 resourceName; member in struct:CompileResourceWorkItem
198 const String16& resourceName,
H A DResourceTable.cpp27 const String16& resourceName,
37 return compileXmlFile(bundle, assets, resourceName, root, target, table, options);
42 const String16& resourceName,
53 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options);
58 const String16& resourceName,
92 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) {
4584 const String16& resourceName,
4654 String16(target->getResourceType()), resourceName);
4671 String8(resourceName).string(),
4678 resourceName,
25 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, ResourceTable* table, int options) argument
40 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, const sp<AaptFile>& outTarget, ResourceTable* table, int options) argument
56 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
4583 modifyForCompat(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& root) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java758 public String resourceName; field in class:Intent.ShortcutIconResource
772 icon.resourceName = context.getResources().getResourceName(resourceId);
785 icon.resourceName = source.readString();
803 dest.writeString(resourceName);
808 return resourceName;

Completed in 459 milliseconds