Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java1583 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes() method in StorageManager
1586 return mStorageManager.getCacheSizeBytes(convert(storageUuid), app.uid); in getCacheSizeBytes()
1597 public long getCacheSizeBytes(@NonNull File path) throws IOException { in getCacheSizeBytes() method in StorageManager
1598 return getCacheSizeBytes(getUuidForPath(path)); in getCacheSizeBytes()
1609 public long getCacheSizeBytes() throws IOException { in getCacheSizeBytes() method in StorageManager
1610 return getCacheSizeBytes(mContext.getCacheDir()); in getCacheSizeBytes()
1622 return getCacheSizeBytes(mContext.getExternalCacheDir()); in getExternalCacheSizeBytes()
DIStorageManager.aidl295 long getCacheSizeBytes(String volumeUuid, int uid) = 76; in getCacheSizeBytes() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java489 public long getCacheSizeBytes(String volumeUuid, int uid) throws RemoteException { in getCacheSizeBytes() method in MockStorageManager
/frameworks/base/api/
Dremoved.txt308 method public deprecated long getCacheSizeBytes(java.io.File) throws java.io.IOException;
309 method public deprecated long getCacheSizeBytes() throws java.io.IOException;
Dsystem-removed.txt302 method public deprecated long getCacheSizeBytes(java.io.File) throws java.io.IOException;
303 method public deprecated long getCacheSizeBytes() throws java.io.IOException;
Dtest-removed.txt308 method public deprecated long getCacheSizeBytes(java.io.File) throws java.io.IOException;
309 method public deprecated long getCacheSizeBytes() throws java.io.IOException;
Dcurrent.txt31768 method public long getCacheSizeBytes(java.util.UUID) throws java.io.IOException;
Dsystem-current.txt34619 method public long getCacheSizeBytes(java.util.UUID) throws java.io.IOException;
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3279 public long getCacheSizeBytes(String volumeUuid, int uid) { in getCacheSizeBytes() method in StorageManagerService