Searched defs:ATTR_TYPE (Results 1 - 6 of 6) sorted by path

/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/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/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/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/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/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 196 milliseconds