Home
last modified time | relevance | path

Searched refs:combineValues (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkStats.java327 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() method in NetworkStats
329 return combineValues( in combineValues()
333 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, in combineValues() method in NetworkStats
335 return combineValues(new Entry( in combineValues()
344 public NetworkStats combineValues(Entry entry) { in combineValues() method in NetworkStats
366 combineValues(entry); in combineAllValues()
658 stats.combineValues(entry); in groupedByIface()
686 stats.combineValues(entry); in groupedByUid()
935 combineValues(tmpEntry); in addTrafficToApplications()
940 combineValues(tmpEntry); in addTrafficToApplications()
[all …]
/frameworks/base/core/java/com/android/internal/net/
DNetworkStatsFactory.java214 stats.combineValues(adjust); in readNetworkStatsDetail()
229 stats.combineValues(entry); in readNetworkStatsDetail()
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsTest.java108 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, -128L, -1L, -1); in testCombineExisting()
114 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
116 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java665 dataLayer.combineValues(entry); in getDataLayerSnapshotForUid()
691 mUidOperations.combineValues( in incrementOperationCount()
693 mUidOperations.combineValues( in incrementOperationCount()
DNetworkStatsCollection.java227 stats.combineValues(entry); in getSummary()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1877 stats.combineValues(entry); in getNetworkStatsTethering()