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

/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DDNParserTest.java47 private void checkFind(String dn, String attrType, String expected) { argument
48 String actual = new DNParser(new X500Principal(dn)).find(attrType);
49 assertEquals("dn:" + dn + " attr:" + attrType, expected, actual);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2015 uint32_t attrType)
2025 accessorCookie, attrType);
2009 stringToValue(Res_value* outValue, StringPool* pool, const String16& str, bool preserveSpaces, bool coerceType, uint32_t attrID, const Vector<StringPool::entry_style_span>* style, String16* outStr, void* accessorCookie, uint32_t attrType) argument
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2851 uint32_t attrType,
2891 attrType = bag->map.value.data;
2907 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
2909 if (attrType == ResTable_map::TYPE_ENUM
2910 || attrType == ResTable_map::TYPE_FLAGS
2911 || attrType == ResTable_map::TYPE_INTEGER) {
2922 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0;
2927 // Note: we don't check attrType here because the reference can
3064 if ((attrType&ResTable_map::TYPE_COLOR) == 0) {
3078 if ((attrType
2843 stringToValue(Res_value* outValue, String16* outString, const char16_t* s, size_t len, bool preserveSpaces, bool coerceType, uint32_t attrID, const String16* defType, const String16* defPackage, Accessor* accessor, void* accessorCookie, uint32_t attrType, bool enforcePrivate) const argument
[all...]

Completed in 119 milliseconds