Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkPolicy.java114 public boolean isOverWarning(long totalBytes) { in isOverWarning()
122 public boolean isOverLimit(long totalBytes) { in isOverLimit()
DNetworkStatsHistory.java81 private long totalBytes; field in NetworkStatsHistory
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java174 private int totalBytes(AdvertiseData data, boolean isFlagsIncluded) { in totalBytes() method in BluetoothLeAdvertiser
/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.java951 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
DNetworkStatsCollection.java520 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp309 int64_t totalBytes = 0; in playSource() local
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1195 final int totalBytes = Streams.copy(is, zos); in addEntry() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp167 size_t totalBytes = 0; in estimateBandwidth() local