Searched defs:ResourceName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResource.h72 struct ResourceName { struct in namespace:aapt
78 bool operator<(const ResourceName& rhs) const;
79 bool operator==(const ResourceName& rhs) const;
80 bool operator!=(const ResourceName& rhs) const;
84 * Same as ResourceName, but uses StringPieces instead.
97 ResourceNameRef(const ResourceName& rhs);
101 ResourceNameRef& operator=(const ResourceName& rhs);
103 ResourceName toResourceName() const;
208 // ResourceName implementation.
211 inline bool ResourceName
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java819 final ResourceName name = new ResourceName(packageName, resId);
1130 private Drawable getCachedIcon(@NonNull ResourceName name) {
1156 private void putCachedIcon(@NonNull ResourceName name, @NonNull Drawable dr) {
1173 ResourceName nm = sIconCache.keyAt(i);
1181 ResourceName nm = sStringCache.keyAt(i);
1201 private static final class ResourceName { class in class:ApplicationPackageManager
1205 ResourceName(String _packageName, int _iconId) { method in class:ApplicationPackageManager.ResourceName
1210 ResourceName(ApplicationInfo aInfo, int _iconId) { method in class:ApplicationPackageManager.ResourceName
1214 ResourceName(ComponentInf method in class:ApplicationPackageManager.ResourceName
1218 ResourceName(ResolveInfo rInfo, int _iconId) { method in class:ApplicationPackageManager.ResourceName
[all...]

Completed in 164 milliseconds