Home
last modified time | relevance | path

Searched refs:isStillValid (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobMetadata.java229 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
H A DBlobStoreManagerService.java584 if (!leasee.isStillValid()) { in queryBlobsForUserInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelper.java114 return alertInfo != null && alertInfo.isStillValid(); in isAlertTransferPending()
592 if (alertInfo.isStillValid()) { in alertNotificationWhenPossible()
654 private boolean isStillValid() { in isStillValid() method in NotificationGroupAlertTransferHelper.PendingAlertInfo
/aosp12/frameworks/base/services/
H A Dart-profile14382 HPLcom/android/server/blob/BlobMetadata$Leasee;->isStillValid()Z