Searched defs:totalBytes (Results 1 – 9 of 9) sorted by relevance
| /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 | 81 private long totalBytes; field in NetworkStatsHistory
|
| /frameworks/base/core/java/android/bluetooth/le/ |
| D | BluetoothLeAdvertiser.java | 174 private int totalBytes(AdvertiseData data, boolean isFlagsIncluded) { in totalBytes() method in BluetoothLeAdvertiser
|
| /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 | 951 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNotificationsNL() local 1033 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { in enqueueNotification() 1202 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL() local 1312 final long totalBytes; local 2264 final long totalBytes = getTotalBytes(policy.template, start, end); in getNetworkQuotaInfoUnchecked() local
|
| D | NetworkStatsCollection.java | 520 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
|
| /frameworks/av/cmds/stagefright/ |
| D | stagefright.cpp | 309 int64_t totalBytes = 0; in playSource() local
|
| /frameworks/base/packages/Shell/src/com/android/shell/ |
| D | BugreportProgressService.java | 1195 final int totalBytes = Streams.copy(is, zos); in addEntry() local
|
| /frameworks/av/media/libstagefright/httplive/ |
| D | LiveSession.cpp | 167 size_t totalBytes = 0; in estimateBandwidth() local
|