Home
last modified time | relevance | path

Searched defs:totalBytes (Results 1 – 12 of 12) 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.java114 public boolean isOverWarning(long totalBytes) { in isOverWarning()
122 public boolean isOverLimit(long totalBytes) { in isOverLimit()
DNetworkStatsHistory.java84 private long totalBytes; field in NetworkStatsHistory
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java214 final long totalBytes = file.getTotalSpace(); in check() local
239 usableBytes, totalBytes); in check() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java173 final long totalBytes = entry.rxBytes + entry.txBytes; in getDataUsageInfo() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1075 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNotificationsNL() local
1149 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { in enqueueNotification()
1533 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL() local
1643 final long totalBytes; local
2538 final long totalBytes = getTotalBytes(policy.template, start, end); in getNetworkQuotaInfoUnchecked() local
DNetworkStatsCollection.java527 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp312 int64_t totalBytes = 0; in playSource() local
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1210 final int totalBytes = Streams.copy(is, zos); in addEntry() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp162 size_t totalBytes = 0; in estimateBandwidth() local