Searched defs:expiryTimeMs (Results 1 – 4 of 4) sorted by relevance
121 long expiryTimeMs) throws IOException { in acquireLease()133 long expiryTimeMs) throws IOException { in acquireLease()156 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