Searched defs:totalBytes (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | NetworkPolicy.java | 104 public boolean isOverWarning(long totalBytes) { in isOverWarning() 112 public boolean isOverLimit(long totalBytes) { in isOverLimit()
|
D | NetworkStatsHistory.java | 81 private long totalBytes; field in NetworkStatsHistory
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | MobileDataControllerImpl.java | 154 final long totalBytes = entry.rxBytes + entry.txBytes; in getDataUsageInfo() local
|
/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/Shell/src/com/android/shell/ |
D | BugreportReceiver.java | 220 int totalBytes = Streams.copy(is, zos); in zipBugreport() local
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 794 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNotificationsLocked() local 881 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { in enqueueNotification() 1087 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledLocked() local 1192 final long totalBytes; local 1856 final long totalBytes = getTotalBytes(policy.template, start, end); in getNetworkQuotaInfoUnchecked() local
|
D | NetworkStatsCollection.java | 494 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 307 int64_t totalBytes = 0; in playSource() local
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 167 size_t totalBytes = 0; in estimateBandwidth() local
|