Searched refs:isStillValid (Results 1 – 2 of 2) sorted by relevance
229 mLeasees.removeIf(leasee -> !leasee.isStillValid()); in removeExpiredLeases()255 if (mLeasees.valueAt(i).isStillValid()) { in hasValidLeases()276 if (leasee.isStillValid() && leasee.equals(callingPackage, callingUid)) { in isAccessAllowedForCaller()388 return leasee != null && leasee.isStillValid(); in isALeasee()395 return leasee != null && leasee.isStillValid(); in isALeaseeInUser()462 if (!leasee.isStillValid()) { in hasOtherLeasees()485 if (!leasee.isStillValid()) { in getLeaseInfo()878 boolean isStillValid() { in isStillValid() method in BlobMetadata.Leasee
601 if (!leasee.isStillValid()) { in queryBlobsForUserInternal()