Searched refs:ATTR_TYPE (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
H A DSenderFilter.java33 private static final String ATTR_TYPE = "type"; field in class:SenderFilter
61 String typeString = parser.getAttributeValue(null, ATTR_TYPE);
/frameworks/base/tools/aapt2/
H A DResourceTableResolver.cpp159 // Look for the ATTR_TYPE key in the bag and check the types it supports.
162 if (bagBegin[i].map.name.ident == android::ResTable_map::ATTR_TYPE) {
H A DTableFlattener.cpp143 flattenEntry(Reference(ResourceId{android::ResTable_map::ATTR_TYPE}),
H A DBinaryResourceParser.cpp801 return entry.name.ident == ResTable_map::ATTR_TYPE;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java691 private static final String ATTR_TYPE = "type"; field in class:PrintSpoolerService.PersistenceManager
909 serializer.attribute(null, ATTR_TYPE, TYPE_STRING);
916 serializer.attribute(null, ATTR_TYPE, TYPE_INT);
1167 String type = parser.getAttributeValue(null, ATTR_TYPE);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1396 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator in enum:android::ResTable_map::__anon978
1418 // Bit mask of allowed types, for use with ATTR_TYPE.
/frameworks/base/core/java/android/content/
H A DIntent.java622 private static final String ATTR_TYPE = "type"; field in class:Intent
7928 out.attribute(null, ATTR_TYPE, mType);
7958 } else if (ATTR_TYPE.equals(attrName)) {
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java266 private static final String ATTR_TYPE = "type"; field in class:MountService
1513 final int type = readIntAttribute(in, ATTR_TYPE);
1527 writeIntAttribute(out, ATTR_TYPE, rec.type);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4343 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } },
4934 case ResTable_map::ATTR_TYPE:
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2368 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {

Completed in 4519 milliseconds