Searched refs:ATTR_TYPE (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | SenderFilter.java | 33 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/ |
D | PrintSpoolerService.java | 853 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/ |
D | SymbolTable.cpp | 281 if (bag->entries[i].key == android::ResTable_map::ATTR_TYPE) { in LookupAttributeInTable()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | BinaryResourceParser.cpp | 594 return util::DeviceToHost32(entry.name.ident) == ResTable_map::ATTR_TYPE; in ParseAttr()
|
D | TableFlattener.cpp | 92 Reference key = Reference(ResourceId(ResTable_map::ATTR_TYPE)); in Visit()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 284 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/ |
D | Intent.java | 646 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/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4838 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } }, 5428 case ResTable_map::ATTR_TYPE: in stringToValue()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2428 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()
|