Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/firewall/
DSenderFilter.java33 private static final String ATTR_TYPE = "type"; field in SenderFilter
61 String typeString = parser.getAttributeValue(null, ATTR_TYPE);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java810 private static final String ATTR_TYPE = "type"; field in PrintSpoolerService.PersistenceManager
1034 serializer.attribute(null, ATTR_TYPE, TYPE_STRING); in doWriteStateLocked()
1041 serializer.attribute(null, ATTR_TYPE, TYPE_INT); in doWriteStateLocked()
1311 String type = parser.getAttributeValue(null, ATTR_TYPE); in parsePrintJob()
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp244 if (entry[i].map.name.ident == android::ResTable_map::ATTR_TYPE) { in LookupAttributeInTable()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp509 ResTable_map::ATTR_TYPE; in ParseAttr()
/frameworks/base/tools/aapt2/flatten/
DTableFlattener.cpp88 Reference key = Reference(ResourceId(ResTable_map::ATTR_TYPE)); in Visit()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1485 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator
/frameworks/base/core/java/android/content/
DIntent.java631 private static final String ATTR_TYPE = "type"; field in Intent
9731 out.attribute(null, ATTR_TYPE, mType); in saveToXml()
9761 } else if (ATTR_TYPE.equals(attrName)) { in restoreFromXml()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java297 private static final String ATTR_TYPE = "type"; field in StorageManagerService
1671 final int type = readIntAttribute(in, ATTR_TYPE); in readVolumeRecord()
1685 writeIntAttribute(out, ATTR_TYPE, rec.type); in writeVolumeRecord()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4635 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } },
5225 case ResTable_map::ATTR_TYPE: in stringToValue()
/frameworks/base/tools/aapt/
DResourceTable.cpp2431 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()