/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 | 808 private static final String ATTR_TYPE = "type"; field in PrintSpoolerService.PersistenceManager 1032 serializer.attribute(null, ATTR_TYPE, TYPE_STRING); in doWriteStateLocked() 1039 serializer.attribute(null, ATTR_TYPE, TYPE_INT); in doWriteStateLocked() 1309 String type = parser.getAttributeValue(null, ATTR_TYPE); in parsePrintJob()
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.cpp | 159 if (entry[i].map.name.ident == android::ResTable_map::ATTR_TYPE) { in lookupAttributeInTable()
|
/frameworks/base/tools/aapt2/flatten/ |
D | TableFlattener.cpp | 85 Reference key = Reference(ResTable_map::ATTR_TYPE); in visit()
|
/frameworks/base/tools/aapt2/unflatten/ |
D | BinaryResourceParser.cpp | 497 return util::deviceToHost32(entry.name.ident) == ResTable_map::ATTR_TYPE; in parseAttr()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1421 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 624 private static final String ATTR_TYPE = "type"; field in Intent 8790 out.attribute(null, ATTR_TYPE, mType); in saveToXml() 8820 } else if (ATTR_TYPE.equals(attrName)) { in restoreFromXml()
|
/frameworks/base/services/core/java/com/android/server/ |
D | MountService.java | 280 private static final String ATTR_TYPE = "type"; field in MountService 1635 final int type = readIntAttribute(in, ATTR_TYPE); in readVolumeRecord() 1649 writeIntAttribute(out, ATTR_TYPE, rec.type); in writeVolumeRecord()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4494 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } }, 5085 case ResTable_map::ATTR_TYPE: in stringToValue()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2418 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()
|