Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java674 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() method in NetworkStats
676 return combineValues( in combineValues()
682 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues() method in NetworkStats
684 return combineValues(new Entry( in combineValues()
698 public @NonNull NetworkStats combineValues(@NonNull Entry entry) { in combineValues() method in NetworkStats
723 return this.clone().combineValues(entry); in addEntry()
745 combineValues(entry); in combineAllValues()
1137 stats.combineValues(entry); in groupedByIface()
1169 stats.combineValues(entry); in groupedByUid()
1625 combineValues(tmpEntry); in addTrafficToApplications()
[all …]
/frameworks/base/tests/net/java/android/net/
DNetworkStatsTest.java198 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, in testCombineExisting()
207 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
210 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.java880 dataLayer.combineValues(entry); in getDataLayerSnapshotForUid()
918 mUidOperations.combineValues( in incrementOperationCount()
920 mUidOperations.combineValues( in incrementOperationCount()
DNetworkStatsCollection.java390 stats.combineValues(entry); in getSummary()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1519 stats.combineValues(entry); in getTetherStats()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4048 vtDataUsageSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
4071 vtDataUsageUidSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java1310 ret.combineValues(entry);
/frameworks/base/config/
Dboot-image-profile.txt14344 HSPLandroid/net/NetworkStats;->combineValues(Landroid/net/NetworkStats$Entry;)Landroid/net/NetworkS…