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.java853 private static final String ATTR_TYPE = "type"; field in PrintSpoolerService.PersistenceManager
1077 serializer.attribute(null, ATTR_TYPE, TYPE_STRING); in doWriteStateLocked()
1084 serializer.attribute(null, ATTR_TYPE, TYPE_INT); in doWriteStateLocked()
1354 String type = parser.getAttributeValue(null, ATTR_TYPE); in parsePrintJobLocked()
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp281 if (bag->entries[i].key == android::ResTable_map::ATTR_TYPE) { in LookupAttributeInTable()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp594 return util::DeviceToHost32(entry.name.ident) == ResTable_map::ATTR_TYPE; in ParseAttr()
DTableFlattener.cpp92 Reference key = Reference(ResourceId(ResTable_map::ATTR_TYPE)); in Visit()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java284 private static final String ATTR_TYPE = "type"; field in StorageManagerService
1746 final int type = readIntAttribute(in, ATTR_TYPE); in readVolumeRecord()
1761 writeIntAttribute(out, ATTR_TYPE, rec.type); in writeVolumeRecord()
/frameworks/base/core/java/android/content/
DIntent.java646 private static final String ATTR_TYPE = "type"; field in Intent
10634 out.attribute(null, ATTR_TYPE, mType); in saveToXml()
10667 } else if (ATTR_TYPE.equals(attrName)) { in restoreFromXml()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4838 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } },
5428 case ResTable_map::ATTR_TYPE: in stringToValue()
/frameworks/base/tools/aapt/
DResourceTable.cpp2428 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()