/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | StorageStatsSource.java | 58 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsSource 59 return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
|
H A D | ApplicationsState.java | 532 mStats.getCacheQuotaBytes( in requestSize()
|
/aosp12/frameworks/base/core/java/android/app/usage/ |
H A D | IStorageStatsManager.aidl | 31 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage); in getCacheQuotaBytes() method
|
H A D | StorageStatsManager.java | 348 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 D | IStorageManager.aidl | 187 long getCacheQuotaBytes(String volumeUuid, int uid) = 75; in getCacheQuotaBytes() method
|
H A D | StorageManager.java | 2080 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 D | StorageAsyncLoader.java | 106 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser()
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
H A D | StorageAsyncLoader.java | 159 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getAppsAndGamesSize()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/ |
H A D | StorageAsyncLoaderTest.java | 92 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 D | StorageAsyncLoaderTest.java | 86 when(mMockSource.getCacheQuotaBytes(any(), anyInt())).thenReturn(DEFAULT_QUOTA); in setUp()
|
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | StorageStatsService.java | 276 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 D | StorageManagerService.java | 3902 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 D | hiddenapi-max-target-o.txt | 9229 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 32388 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 2988 HPLcom/android/server/StorageManagerService;->getCacheQuotaBytes(Ljava/lang/String;I)J 40996 HPLcom/android/server/usage/StorageStatsService;->getCacheQuotaBytes(Ljava/lang/String;ILjava/lang/…
|