Searched refs:isStillValid (Results 1 – 4 of 4) 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()389 return leasee != null && leasee.isStillValid(); in isALeasee()396 return leasee != null && leasee.isStillValid(); in isALeaseeInUser()463 if (!leasee.isStillValid()) { in hasOtherLeasees()486 if (!leasee.isStillValid()) { in getLeaseInfo()879 boolean isStillValid() { in isStillValid() method in BlobMetadata.Leasee
584 if (!leasee.isStillValid()) { in queryBlobsForUserInternal()
114 return alertInfo != null && alertInfo.isStillValid(); in isAlertTransferPending()592 if (alertInfo.isStillValid()) { in alertNotificationWhenPossible()654 private boolean isStillValid() { in isStillValid() method in NotificationGroupAlertTransferHelper.PendingAlertInfo
14382 HPLcom/android/server/blob/BlobMetadata$Leasee;->isStillValid()Z