Home
last modified time | relevance | path

Searched refs:getTotalBytes (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java64 public long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes() method in StorageStatsSource
65 return mStorageStatsManager.getTotalBytes(storageUuid); in getTotalBytes()
96 totalBytes = stats.getTotalBytes(); in ExternalStorageStats()
113 long getTotalBytes(); in getTotalBytes() method
140 public long getTotalBytes() { in getTotalBytes() method in StorageStatsSource.AppStorageStatsImpl
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageManagerVolumeProvider.java53 public long getTotalBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException { in getTotalBytes() method in StorageManagerVolumeProvider
54 return stats.getTotalBytes(volume.getFsUuid()); in getTotalBytes()
DPrivateStorageInfo.java50 privateTotalBytes += sm.getTotalBytes(stats, info); in getPrivateStorageInfo()
64 return stats.getTotalBytes(info.getFsUuid()); in getTotalSize()
DStorageMeasurement.java163 details.totalSize = mStats.getTotalBytes(mVolume.fsUuid); in measureExactStorage()
188 addValue(details.usersSize, user.id, stats.getTotalBytes()); in measureExactStorage()
195 final long miscBytes = stats.getTotalBytes() - stats.getAudioBytes() in measureExactStorage()
DStorageVolumeProvider.java50 long getTotalBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException; in getTotalBytes() method
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java110 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes() method in StorageStatsManager
112 return mService.getTotalBytes(convert(storageUuid), mContext.getOpPackageName()); in getTotalBytes()
123 public long getTotalBytes(String uuid) throws IOException { in getTotalBytes() method in StorageStatsManager
124 return getTotalBytes(convert(uuid)); in getTotalBytes()
DIStorageStatsManager.aidl28 long getTotalBytes(String volumeUuid, String callingPackage); in getTotalBytes() method
DExternalStorageStats.java46 public @BytesLong long getTotalBytes() { in getTotalBytes() method in ExternalStorageStats
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DStorageStatsSourceTest.java39 assertThat(stats.getTotalBytes()).isEqualTo(110); in AppStorageStatsImpl_totalCorrectly()
/frameworks/base/core/java/android/os/
DStatFs.java154 public long getTotalBytes() { in getTotalBytes() method in StatFs
/frameworks/base/services/core/java/com/android/server/storage/
DFileCollector.java179 stats.getTotalBytes() in getMeasurementResult()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java264 public long getTotalBytes(String volumeUuid, String callingPackage) { in getTotalBytes() method in StorageStatsService
636 mTotalBytes = mStats.getTotalBytes(); in H()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1686 final long totalBytes = getTotalBytes(policy.template, cycleStart, cycleEnd);
1737 final long recentBytes = getTotalBytes(policy.template, recentStart, recentEnd);
2234 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL()
2420 final long totalBytes = getTotalBytes(policy.template, start, end);
2531 ? 0 : getTotalBytes(
6368 private long getTotalBytes(NetworkTemplate template, long start, long end) {
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java2934 statFsData.getTotalBytes()));
2938 statFsCache.getAvailableBytes(), statFsCache.getTotalBytes()));
2942 statFsSystem.getAvailableBytes(), statFsSystem.getTotalBytes()));
2946 metadataFsSystem.getAvailableBytes(), metadataFsSystem.getTotalBytes()));
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt9416 method public long getTotalBytes();
9441 …method @WorkerThread public long getTotalBytes(@NonNull java.util.UUID) throws java.io.IOException;
33861 method public long getTotalBytes();
/frameworks/base/boot/
Dboot-image-profile.txt12690 HSPLandroid/os/StatFs;->getTotalBytes()J
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9232 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->getTotalBytes(Ljava/lang/String;Ljava/lang/Str…
9256 Landroid/app/usage/IStorageStatsManager;->getTotalBytes(Ljava/lang/String;Ljava/lang/String;)J
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22269 method public long getTotalBytes();
/frameworks/base/config/
Dboot-image-profile.txt12693 HSPLandroid/os/StatFs;->getTotalBytes()J