| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
| D | PrivateStorageInfo.java | 34 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/ |
| D | StorageStatsSource.java | 66 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/ |
| D | ExternalStorageStats.java | 31 /** {@hide} */ public long totalBytes; field in ExternalStorageStats
|
| /frameworks/base/core/java/android/net/ |
| D | NetworkPolicy.java | 114 public boolean isOverWarning(long totalBytes) { in isOverWarning() 122 public boolean isOverLimit(long totalBytes) { in isOverLimit()
|
| D | NetworkStatsHistory.java | 84 private long totalBytes; field in NetworkStatsHistory
|
| /frameworks/base/services/core/java/com/android/server/storage/ |
| D | DeviceStorageMonitorService.java | 214 final long totalBytes = file.getTotalSpace(); in check() local 239 usableBytes, totalBytes); in check() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
| D | DataUsageController.java | 173 final long totalBytes = entry.rxBytes + entry.txBytes; in getDataUsageInfo() local
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| D | NetworkPolicyManagerService.java | 1075 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
|
| D | NetworkStatsCollection.java | 527 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
|
| /frameworks/av/cmds/stagefright/ |
| D | stagefright.cpp | 312 int64_t totalBytes = 0; in playSource() local
|
| /frameworks/base/packages/Shell/src/com/android/shell/ |
| D | BugreportProgressService.java | 1210 final int totalBytes = Streams.copy(is, zos); in addEntry() local
|
| /frameworks/av/media/libstagefright/httplive/ |
| D | LiveSession.cpp | 162 size_t totalBytes = 0; in estimateBandwidth() local
|