Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java445 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() method in NetworkStats
447 return combineValues( in combineValues()
452 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues() method in NetworkStats
454 return combineValues(new Entry( in combineValues()
463 public NetworkStats combineValues(Entry entry) { in combineValues() method in NetworkStats
486 combineValues(entry); in combineAllValues()
810 adjustments.combineValues(adjust); in apply464xlatAdjustments()
861 stats.combineValues(entry); in groupedByIface()
892 stats.combineValues(entry); in groupedByUid()
1234 combineValues(tmpEntry); in addTrafficToApplications()
[all …]
/frameworks/base/tests/net/java/android/net/
DNetworkStatsTest.java197 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, in testCombineExisting()
206 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
209 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.java787 dataLayer.combineValues(entry); in getDataLayerSnapshotForUid()
826 mUidOperations.combineValues( in incrementOperationCount()
828 mUidOperations.combineValues( in incrementOperationCount()
DNetworkStatsCollection.java390 stats.combineValues(entry); in getSummary()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java571 ret.combineValues(entry); in rollupNetworkStatsByFGBG()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3156 vtDataUsageSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
3179 vtDataUsageUidSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1912 stats.combineValues(entry); in getTetherStats()
/frameworks/base/config/
Dhiddenapi-vendor-list.txt286 Landroid/net/NetworkStats;->combineValues(Landroid/net/NetworkStats$Entry;)Landroid/net/NetworkStat…
Dboot-image-profile.txt3778 HPLandroid/net/NetworkStats;->combineValues(Landroid/net/NetworkStats$Entry;)Landroid/net/NetworkSt…
3779 HPLandroid/net/NetworkStats;->combineValues(Ljava/lang/String;IIIJJJJJ)Landroid/net/NetworkStats;