Searched refs:getCacheSizeBytes (Results 1 – 9 of 9) sorted by relevance
1583 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes() method in StorageManager1586 return mStorageManager.getCacheSizeBytes(convert(storageUuid), app.uid); in getCacheSizeBytes()1597 public long getCacheSizeBytes(@NonNull File path) throws IOException { in getCacheSizeBytes() method in StorageManager1598 return getCacheSizeBytes(getUuidForPath(path)); in getCacheSizeBytes()1609 public long getCacheSizeBytes() throws IOException { in getCacheSizeBytes() method in StorageManager1610 return getCacheSizeBytes(mContext.getCacheDir()); in getCacheSizeBytes()1622 return getCacheSizeBytes(mContext.getExternalCacheDir()); in getExternalCacheSizeBytes()
295 long getCacheSizeBytes(String volumeUuid, int uid) = 76; in getCacheSizeBytes() method
489 public long getCacheSizeBytes(String volumeUuid, int uid) throws RemoteException { in getCacheSizeBytes() method in MockStorageManager
308 method public deprecated long getCacheSizeBytes(java.io.File) throws java.io.IOException;309 method public deprecated long getCacheSizeBytes() throws java.io.IOException;
302 method public deprecated long getCacheSizeBytes(java.io.File) throws java.io.IOException;303 method public deprecated long getCacheSizeBytes() throws java.io.IOException;
31768 method public long getCacheSizeBytes(java.util.UUID) throws java.io.IOException;
34619 method public long getCacheSizeBytes(java.util.UUID) throws java.io.IOException;
3279 public long getCacheSizeBytes(String volumeUuid, int uid) { in getCacheSizeBytes() method in StorageManagerService