Searched defs:expiryTimeMs (Results 1 – 4 of 4) sorted by relevance
110 long expiryTimeMs) throws IOException { in acquireLease()122 long expiryTimeMs) throws IOException { in acquireLease()145 long expiryTimeMs, int descriptionResId, CharSequence description) { in assertLeaseInfo()
43 public LeaseInfo(@NonNull String packageName, @CurrentTimeMillisLong long expiryTimeMs, in LeaseInfo()
42 public BlobInfo(long id, long expiryTimeMs, CharSequence label, long sizeBytes, in BlobInfo()
300 final long expiryTimeMs = XmlUtils.readLongAttribute(in, ATTR_EXPIRY_TIME); in createFromXml() local