Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DStorageStatsSource.java58 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsSource
59 return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
H A DApplicationsState.java532 mStats.getCacheQuotaBytes( in requestSize()
/aosp12/frameworks/base/core/java/android/app/usage/
H A DIStorageStatsManager.aidl31 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage); in getCacheQuotaBytes() method
H A DStorageStatsManager.java348 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsManager
350 return mService.getCacheQuotaBytes(volumeUuid, uid, mContext.getOpPackageName()); in getCacheQuotaBytes()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl187 long getCacheQuotaBytes(String volumeUuid, int uid) = 75; in getCacheQuotaBytes() method
H A DStorageManager.java2080 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes() method in StorageManager
2083 return mStorageManager.getCacheQuotaBytes(convert(storageUuid), app.uid); in getCacheQuotaBytes()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DStorageAsyncLoader.java106 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DStorageAsyncLoader.java159 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getAppsAndGamesSize()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
H A DStorageAsyncLoaderTest.java92 when(mSource.getCacheQuotaBytes(anyString(), anyInt())).thenReturn(DEFAULT_QUOTA); in setUp()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/
H A DStorageAsyncLoaderTest.java86 when(mMockSource.getCacheQuotaBytes(any(), anyInt())).thenReturn(DEFAULT_QUOTA); in setUp()
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java276 public long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage) { in getCacheQuotaBytes() method in StorageStatsService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3902 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageManagerService
3909 return stats.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9229 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->getCacheQuotaBytes(Ljava/lang/String;ILjava/la…
9254 Landroid/app/usage/IStorageStatsManager;->getCacheQuotaBytes(Ljava/lang/String;ILjava/lang/String;)J
9398 Landroid/app/usage/StorageStatsManager;->getCacheQuotaBytes(Ljava/lang/String;I)J
41992 Landroid/os/storage/IStorageManager$Stub$Proxy;->getCacheQuotaBytes(Ljava/lang/String;I)J
42110 Landroid/os/storage/IStorageManager;->getCacheQuotaBytes(Ljava/lang/String;I)J
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt32388 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…
/aosp12/frameworks/base/services/
H A Dart-profile2988 HPLcom/android/server/StorageManagerService;->getCacheQuotaBytes(Ljava/lang/String;I)J
40996 HPLcom/android/server/usage/StorageStatsService;->getCacheQuotaBytes(Ljava/lang/String;ILjava/lang/…