Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkPolicy.java104 public boolean isOverWarning(long totalBytes) { in isOverWarning()
112 public boolean isOverLimit(long totalBytes) { in isOverLimit()
DNetworkStatsHistory.java81 private long totalBytes; field in NetworkStatsHistory
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileDataControllerImpl.java154 final long totalBytes = entry.rxBytes + entry.txBytes; in getDataUsageInfo() local
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java174 private int totalBytes(AdvertiseData data, boolean isFlagsIncluded) { in totalBytes() method in BluetoothLeAdvertiser
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java220 int totalBytes = Streams.copy(is, zos); in zipBugreport() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java794 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
DNetworkStatsCollection.java494 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp307 int64_t totalBytes = 0; in playSource() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp167 size_t totalBytes = 0; in estimateBandwidth() local