/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | StorageStatsSource.java | 90 totalBytes = stats.getTotalBytes(); in ExternalStorageStats() 107 long getTotalBytes(); in getTotalBytes() method 134 public long getTotalBytes() { in getTotalBytes() method in StorageStatsSource.AppStorageStatsImpl
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
D | StorageManagerVolumeProvider.java | 53 public long getTotalBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException { in getTotalBytes() method in StorageManagerVolumeProvider 54 return stats.getTotalBytes(volume.getFsUuid()); in getTotalBytes()
|
D | PrivateStorageInfo.java | 50 privateTotalBytes += sm.getTotalBytes(stats, info); in getPrivateStorageInfo() 64 return stats.getTotalBytes(info.getFsUuid()); in getTotalSize()
|
D | StorageMeasurement.java | 163 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()
|
D | StorageVolumeProvider.java | 50 long getTotalBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException; in getTotalBytes() method
|
/frameworks/base/core/java/android/app/usage/ |
D | StorageStatsManager.java | 112 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes() method in StorageStatsManager 114 return mService.getTotalBytes(convert(storageUuid), mContext.getOpPackageName()); in getTotalBytes() 125 public long getTotalBytes(String uuid) throws IOException { in getTotalBytes() method in StorageStatsManager 126 return getTotalBytes(convert(uuid)); in getTotalBytes()
|
D | ExternalStorageStats.java | 46 public @BytesLong long getTotalBytes() { in getTotalBytes() method in ExternalStorageStats
|
D | IStorageStatsManager.aidl | 28 long getTotalBytes(String volumeUuid, String callingPackage); in getTotalBytes() method
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/ |
D | StorageStatsSourceTest.java | 39 assertThat(stats.getTotalBytes()).isEqualTo(110); in AppStorageStatsImpl_totalCorrectly()
|
/frameworks/base/core/java/android/os/ |
D | StatFs.java | 154 public long getTotalBytes() { in getTotalBytes() method in StatFs
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsRecorder.java | 282 final long pendingBytes = mPending.getTotalBytes(); in maybePersistLocked() 460 pw.print("Pending bytes: "); pw.println(mPending.getTotalBytes()); in dumpLocked() 474 proto.write(NetworkStatsRecorderProto.PENDING_TOTAL_BYTES, mPending.getTotalBytes()); in dumpDebugLocked()
|
D | NetworkStatsObservers.java | 368 return stats.getTotalBytes(); in getTotalBytesForNetwork() 413 return history.getTotalBytes(); in getTotalBytesForNetworkUid()
|
D | NetworkStatsCollection.java | 152 public long getTotalBytes() { in getTotalBytes() method in NetworkStatsCollection 303 final long beforeTotal = combined.getTotalBytes(); in getHistory() 320 final long deltaTotal = combined.getTotalBytes() - beforeTotal; in getHistory() 397 noteRecordedHistory(history.getStart(), history.getEnd(), history.getTotalBytes()); in recordHistory()
|
D | NetworkPolicyManagerService.java | 1326 final long totalBytes = getTotalBytes(policy.template, cycleStart, cycleEnd); 1377 final long recentBytes = getTotalBytes(policy.template, recentStart, recentEnd); 1891 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL() 2076 final long totalBytes = getTotalBytes(policy.template, start, end); 2187 ? 0 : getTotalBytes( 5490 private long getTotalBytes(NetworkTemplate template, long start, long end) {
|
D | NetworkStatsService.java | 882 NetworkStatsAccess.Level.DEVICE, Binder.getCallingUid()).getTotalBytes();
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | FileCollector.java | 179 stats.getTotalBytes() in getMeasurementResult()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 218 public long getTotalBytes(String volumeUuid, String callingPackage) { in getTotalBytes() method in StorageStatsService 550 mMinimumThresholdBytes = mStats.getTotalBytes() * MINIMUM_CHANGE_DELTA; in H()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkPolicyManagerServiceTest.java | 1113 .thenReturn(stats.getTotalBytes()); 1370 currentTimeMillis())).thenReturn(stats.getTotalBytes()); 1792 .thenReturn(stats.getTotalBytes()); in increaseMockedTotalBytes()
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 254 public long getTotalBytes() { in getTotalBytes() method in NetworkStatsHistory
|
D | NetworkStats.java | 855 public long getTotalBytes() { in getTotalBytes() method in NetworkStats
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 2600 statFsData.getTotalBytes())); 2604 statFsCache.getAvailableBytes(), statFsCache.getTotalBytes())); 2608 statFsSystem.getAvailableBytes(), statFsSystem.getTotalBytes()));
|
/frameworks/base/core/api/ |
D | removed.txt | 62 method @Deprecated public long getTotalBytes(String) throws java.io.IOException;
|
D | current.txt | 8306 method public long getTotalBytes(); 8380 …method @WorkerThread public long getTotalBytes(@NonNull java.util.UUID) throws java.io.IOException; 31815 method public long getTotalBytes();
|
/frameworks/base/services/ |
D | art-profile | 25503 HPLcom/android/server/net/NetworkPolicyManagerService;->getTotalBytes(Landroid/net/NetworkTemplate;… 25629 HSPLcom/android/server/net/NetworkStatsCollection;->getTotalBytes()J 40999 HPLcom/android/server/usage/StorageStatsService;->getTotalBytes(Ljava/lang/String;Ljava/lang/String…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9232 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
|