Searched refs:ATTR_TYPE (Results 1 - 11 of 11) 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/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java810 private static final String ATTR_TYPE = "type"; field in class:PrintSpoolerService.PersistenceManager
1034 serializer.attribute(null, ATTR_TYPE, TYPE_STRING);
1041 serializer.attribute(null, ATTR_TYPE, TYPE_INT);
1311 String type = parser.getAttributeValue(null, ATTR_TYPE);
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp244 if (entry[i].map.name.ident == android::ResTable_map::ATTR_TYPE) {
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp88 Reference key = Reference(ResourceId(ResTable_map::ATTR_TYPE));
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp509 ResTable_map::ATTR_TYPE;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1485 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator in enum:android::ResTable_map::__anon1173
1507 // Bit mask of allowed types, for use with ATTR_TYPE.
/frameworks/base/core/java/android/content/
H A DIntent.java631 private static final String ATTR_TYPE = "type"; field in class:Intent
9731 out.attribute(null, ATTR_TYPE, mType);
9761 } else if (ATTR_TYPE.equals(attrName)) {
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java297 private static final String ATTR_TYPE = "type"; field in class:StorageManagerService
1671 final int type = readIntAttribute(in, ATTR_TYPE);
1685 writeIntAttribute(out, ATTR_TYPE, rec.type);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4635 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } },
5225 case ResTable_map::ATTR_TYPE:
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2431 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 2078 milliseconds