Home
last modified time | relevance | path

Searched defs:totalBytes (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DPrivateStorageInfo.java34 public final long totalBytes; field in PrivateStorageInfo
36 public PrivateStorageInfo(long freeBytes, long totalBytes) { in PrivateStorageInfo()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java66 public long totalBytes; field in StorageStatsSource.ExternalStorageStats
75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats()
/frameworks/base/core/java/android/app/usage/
DExternalStorageStats.java31 /** {@hide} */ public long totalBytes; field in ExternalStorageStats
/frameworks/base/core/java/android/net/
DNetworkPolicy.java146 public boolean isOverWarning(long totalBytes) { in isOverWarning()
154 public boolean isOverLimit(long totalBytes) { in isOverLimit()
DNetworkStatsHistory.java87 private long totalBytes; field in NetworkStatsHistory
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java204 final long totalBytes = file.getTotalSpace(); in check() local
229 usableBytes, totalBytes); in check() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java156 final long totalBytes = entry.rxBytes + entry.txBytes; in getDataUsageInfo() local
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp376 size_t totalBytes = 0; in writeDump() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java279 final long totalBytes = getNetworkTotalBytes(start, end); in getRemainingDailyBudget() local
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp470 size_t totalBytes = metricsManager.byteSize(); in flushIfNecessaryLocked() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1145 final long totalBytes = getTotalBytes(policy.template, cycleStart, cycleEnd); local
1224 long totalBytes = 0; in findRapidBlame() local
1300 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes, in enqueueNotification()
1654 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL() local
1931 final long totalBytes = getTotalBytes( local
DNetworkStatsCollection.java657 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp317 int64_t totalBytes = 0; in playSource() local
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1201 final int totalBytes = Streams.copy(is, zos); in addEntry() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp166 size_t totalBytes = 0; in estimateBandwidth() local