Home
last modified time | relevance | path

Searched refs:ATTR_EXPIRY_TIME (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobHandle.java20 import static android.app.blob.XmlTags.ATTR_EXPIRY_TIME;
290 XmlUtils.writeLongAttribute(out, ATTR_EXPIRY_TIME, expiryTimeMillis); in writeToXml()
300 final long expiryTimeMs = XmlUtils.readLongAttribute(in, ATTR_EXPIRY_TIME); in createFromXml()
H A DXmlTags.java47 public static final String ATTR_EXPIRY_TIME = "ex"; field in XmlTags
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobMetadata.java22 import static android.app.blob.XmlTags.ATTR_EXPIRY_TIME;
902 XmlUtils.writeLongAttribute(out, ATTR_EXPIRY_TIME, expiryTimeMillis); in writeToXml()
918 final long expiryTimeMillis = XmlUtils.readLongAttribute(in, ATTR_EXPIRY_TIME); in createFromXml()