Home
last modified time | relevance | path

Searched refs:ATTR_TYPE (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobAccessMode.java20 import static android.app.blob.XmlTags.ATTR_TYPE;
154 XmlUtils.writeIntAttribute(out, ATTR_TYPE, mAccessType); in writeToXml()
169 final int accessType = XmlUtils.readIntAttribute(in, ATTR_TYPE); in createFromXml()
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/
H A DSenderFilter.java33 private static final String ATTR_TYPE = "type"; field in SenderFilter
61 String typeString = parser.getAttributeValue(null, ATTR_TYPE);
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DXmlTags.java38 public static final String ATTR_TYPE = "t"; field in XmlTags
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A 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()
/aosp12/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp283 if (bag->entries[i].key == ResTable_map::ATTR_TYPE) { in LookupAttributeInTable()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp635 return util::DeviceToHost32(entry.name.ident) == ResTable_map::ATTR_TYPE; in ParseAttr()
H A DTableFlattener.cpp92 Reference key = Reference(ResourceId(ResTable_map::ATTR_TYPE)); in Visit()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1542 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java653 private static final String ATTR_TYPE = "type"; field in Intent
11258 out.attribute(null, ATTR_TYPE, mType); in saveToXml()
11291 } else if (ATTR_TYPE.equals(attrName)) { in restoreFromXml()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java325 private static final String ATTR_TYPE = "type"; field in StorageManagerService
2192 final int type = in.getAttributeInt(null, ATTR_TYPE); in readVolumeRecord()
2208 out.attributeInt(null, ATTR_TYPE, rec.type); in writeVolumeRecord()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java171 private static final String ATTR_TYPE = "type"; field in UserManagerService
3108 serializer.attribute(null, ATTR_TYPE, userInfo.userType); in writeUserLP()
3310 userType = parser.getAttributeValue(null, ATTR_TYPE); in readUserLP()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4956 { ResTable_map::ATTR_TYPE, 5, { '^', 't', 'y', 'p', 'e' } },
5545 case ResTable_map::ATTR_TYPE: in stringToValue()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp2428 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13448 Landroid/content/Intent;->ATTR_TYPE:Ljava/lang/String;