/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | StorageStatsSource.java | 60 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsSource 61 return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
|
D | ApplicationsState.java | 572 mStats.getCacheQuotaBytes( in requestSize()
|
/frameworks/base/core/java/android/app/usage/ |
D | IStorageStatsManager.aidl | 31 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage); in getCacheQuotaBytes() method
|
D | StorageStatsManager.java | 346 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsManager 348 return mService.getCacheQuotaBytes(volumeUuid, uid, mContext.getOpPackageName()); in getCacheQuotaBytes()
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 155 long getCacheQuotaBytes(String volumeUuid, int uid) = 75; in getCacheQuotaBytes() method
|
D | StorageManager.java | 2060 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes() method in StorageManager 2063 return mStorageManager.getCacheQuotaBytes(convert(storageUuid), app.uid); in getCacheQuotaBytes()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 343 public long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage) { in getCacheQuotaBytes() method in StorageStatsService
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 4074 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageManagerService 4081 return stats.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
|
/frameworks/base/boot/hiddenapi/ |
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 9326 Landroid/app/usage/StorageStatsManager;->getCacheQuotaBytes(Ljava/lang/String;I)J 38026 Landroid/os/storage/IStorageManager$Stub$Proxy;->getCacheQuotaBytes(Ljava/lang/String;I)J 38144 Landroid/os/storage/IStorageManager;->getCacheQuotaBytes(Ljava/lang/String;I)J
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 34421 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…
|