Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java318 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() method in NetworkStats
320 return combineValues( in combineValues()
324 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, in combineValues() method in NetworkStats
326 return combineValues(new Entry( in combineValues()
335 public NetworkStats combineValues(Entry entry) { in combineValues() method in NetworkStats
357 combineValues(entry); in combineAllValues()
649 stats.combineValues(entry); in groupedByIface()
677 stats.combineValues(entry); in groupedByUid()
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsTest.java106 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, -128L, -1L, -1); in testCombineExisting()
112 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
114 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
/frameworks/base/core/java/com/android/internal/net/
DNetworkStatsFactory.java214 stats.combineValues(adjust); in readNetworkStatsDetail()
229 stats.combineValues(entry); in readNetworkStatsDetail()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java555 dataLayer.combineValues(entry); in getDataLayerSnapshotForUid()
581 mUidOperations.combineValues( in incrementOperationCount()
583 mUidOperations.combineValues( in incrementOperationCount()
DNetworkStatsCollection.java194 stats.combineValues(entry); in getSummary()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1696 stats.combineValues(entry); in getNetworkStatsTethering()