Home
last modified time | relevance | path

Searched refs:resType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt/
DAaptAssets.cpp400 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() argument
421 *resType = type; in initFromDirName()
426 AaptGroupEntry::toDirName(const String8& resType) const in toDirName()
428 String8 s = resType; in toDirName()
658 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() argument
718 resType, fullResPaths, overwrite); in slurpFullTree()
727 sp<AaptFile> file = new AaptFile(pathName, kind, resType); in slurpFullTree()
906 const String8& resType) in addFile() argument
929 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType); in addFile()
957 const sp<AaptFile>& file, const String8& resType) in addResource() argument
[all …]
DAaptAssets.h108 bool initFromDirName(const char* dir, String8* resType);
121 String8 toDirName(const String8& resType) const;
149 const String8& resType) in AaptFile() argument
151 , mResourceType(resType) in AaptFile()
294 const String8& resType,
533 const String8& resType);
538 const String8& resType);
591 const String8& resType,
DResource.cpp85 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator() argument
86 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) in ResourceDirIterator()
296 const char* resType) in makeFileResources() argument
298 String8 type8(resType); in makeFileResources()
299 String16 type16(resType); in makeFileResources()
303 ResourceDirIterator it(set, String8(resType)); in makeFileResources()
408 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local
410 ssize_t index = resources->indexOfKey(resType); in collect_files()
419 resources->add(resType, set); in collect_files()
440 resType.string()); in collect_files()
[all …]
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java116 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue() argument
119 new TypedResource<>(value, resType, null)); in putValue()
122 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue() argument
125 new TypedResource<>(value, resType, null)); in putValue()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutLibTestCallback.java75 final ResourceType resType = ResourceType.getEnum(resClass.getSimpleName()); in initResources() local
77 if (resType != null) { in initResources()
86 new ResourceReference(RES_AUTO, resType, field.getName()); in initResources()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java230 ResourceType resType = ResourceType.getEnum(resTypeName); in init() local
231 if (resType != null) { in init()
233 switch (resType) { in init()
246 sRevRMap.put(resType, fullMap); in init()
259 sRMap.put(value, Pair.of(resType, f.getName())); in init()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java635 String resType = WifiNative.SIM_AUTH_RESP_TYPE_UMTS_AUTH; in get3GAuthResponse() local
682 resType = WifiNative.SIM_AUTH_RESP_TYPE_UMTS_AUTS; in get3GAuthResponse()
696 return new SimAuthResponseData(resType, response); in get3GAuthResponse()