Searched refs:getBlobsDir (Results 1 – 3 of 3) sorted by relevance
405 return getBlobFile(getBlobsDir(), sessionId); in getBlobFile()415 final File blobsDir = getBlobsDir(prepareBlobStoreRootDir()); in prepareBlobsDir()424 public static File getBlobsDir() { in getBlobsDir() method in BlobStoreConfig425 return getBlobsDir(getBlobStoreRootDir()); in getBlobsDir()429 private static File getBlobsDir(File blobsRootDir) { in getBlobsDir() method in BlobStoreConfig
1104 final File blobsDir = BlobStoreConfig.getBlobsDir(); in handleIdleMaintenanceLocked()
90 doReturn(mBlobsDir).when(() -> BlobStoreConfig.getBlobsDir()); in setUp()