Searched refs:getLeasedBlobs (Results 1 – 6 of 6) sorted by relevance
88 assertThat(blobStoreManager.getLeasedBlobs()).containsExactly( in assertLeasedBlobs()94 assertThat(blobStoreManager.getLeasedBlobs()).isEmpty(); in assertNoLeasedBlobs()
41 List<BlobHandle> getLeasedBlobs(in String packageName); in getLeasedBlobs() method
579 public List<BlobHandle> getLeasedBlobs() throws IOException { in getLeasedBlobs() method in BlobStoreManager581 return mService.getLeasedBlobs(mContext.getOpPackageName()); in getLeasedBlobs()
1612 public List<BlobHandle> getLeasedBlobs(@NonNull String packageName) { in getLeasedBlobs() method in BlobStoreManagerService.Stub
7905 …method @NonNull public java.util.List<android.app.blob.BlobHandle> getLeasedBlobs() throws java.io…
14548 PLcom/android/server/blob/BlobStoreManagerService$Stub;->getLeasedBlobs(Ljava/lang/String;)Ljava/ut…