Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobMetadata.java442 if (!callerHasStatsPermission || !hasOtherLeasees(packageName, INVALID_UID, userId)) { in shouldAttributeToLeasee()
453 if (!callerHasStatsPermission || !hasOtherLeasees(null, uid, userId)) { in shouldAttributeToLeasee()
459 private boolean hasOtherLeasees(@Nullable String packageName, int uid, int userId) { in hasOtherLeasees() method in BlobMetadata