Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java394 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() method in NetworkStats
396 return combineValues( in combineValues()
401 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues() method in NetworkStats
403 return combineValues(new Entry( in combineValues()
412 public NetworkStats combineValues(Entry entry) { in combineValues() method in NetworkStats
435 combineValues(entry); in combineAllValues()
737 stats.combineValues(entry); in groupedByIface()
767 stats.combineValues(entry); in groupedByUid()
1056 combineValues(tmpEntry); in addTrafficToApplications()
1061 combineValues(tmpEntry); in addTrafficToApplications()
[all …]
/frameworks/base/core/java/com/android/internal/net/
DNetworkStatsFactory.java222 stats.combineValues(adjust); in readNetworkStatsDetail()
239 stats.combineValues(entry); in readNetworkStatsDetail()
/frameworks/base/tests/net/java/android/net/
DNetworkStatsTest.java176 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, in testCombineExisting()
185 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
188 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.java681 dataLayer.combineValues(entry); in getDataLayerSnapshotForUid()
707 mUidOperations.combineValues( in incrementOperationCount()
709 mUidOperations.combineValues( in incrementOperationCount()
1411 vtSnapshot.combineValues(entry); in getNetworkStatsXtAndVt()
DNetworkStatsCollection.java260 stats.combineValues(entry); in getSummary()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1810 stats.combineValues(entry); in getNetworkStatsTethering()