Searched refs:combineValues (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 445 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/ |
D | NetworkStatsTest.java | 197 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/ |
D | NetworkStatsService.java | 787 dataLayer.combineValues(entry); in getDataLayerSnapshotForUid() 826 mUidOperations.combineValues( in incrementOperationCount() 828 mUidOperations.combineValues( in incrementOperationCount()
|
D | NetworkStatsCollection.java | 390 stats.combineValues(entry); in getSummary()
|
/frameworks/base/services/core/java/com/android/server/stats/ |
D | StatsCompanionService.java | 571 ret.combineValues(entry); in rollupNetworkStatsByFGBG()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 3156 vtDataUsageSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage() 3179 vtDataUsageUidSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 1912 stats.combineValues(entry); in getTetherStats()
|
/frameworks/base/config/ |
D | hiddenapi-vendor-list.txt | 286 Landroid/net/NetworkStats;->combineValues(Landroid/net/NetworkStats$Entry;)Landroid/net/NetworkStat…
|
D | boot-image-profile.txt | 3778 HPLandroid/net/NetworkStats;->combineValues(Landroid/net/NetworkStats$Entry;)Landroid/net/NetworkSt… 3779 HPLandroid/net/NetworkStats;->combineValues(Ljava/lang/String;IIIJJJJJ)Landroid/net/NetworkStats;
|