Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
H A DNetworkStatsUtilsTest.kt55 red.combineValues(testEntry[1])
56 blue.combineValues(testEntry[0]).combineValues(testEntry[1])
61 red.combineValues(testEntry[0])
/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStats.java679 return combineValues( in combineValues()
685 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues() method in NetworkStats
687 return combineValues(new Entry( in combineValues()
701 public @NonNull NetworkStats combineValues(@NonNull Entry entry) { in combineValues() method in NetworkStats
726 return this.clone().combineValues(entry); in addEntry()
748 combineValues(entry); in combineAllValues()
1140 stats.combineValues(entry); in groupedByIface()
1172 stats.combineValues(entry); in groupedByUid()
1655 combineValues(tmpEntry); in addTrafficToApplications()
1661 combineValues(tmpEntry); in addTrafficToApplications()
[all …]
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A 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()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsTest.java203 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, in testCombineExisting()
212 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
215 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java917 dataLayer.combineValues(entry);
960 mUidOperations.combineValues(
962 mUidOperations.combineValues(
H A DNetworkStatsCollection.java375 stats.combineValues(entry); in getSummary()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1333 stats.combineValues(entry); in getTetherStats()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt972 Landroid/net/NetworkStats;->combineValues(Ljava/lang/String;IIIJJJJJ)Landroid/net/NetworkStats;
973 Landroid/net/NetworkStats;->combineValues(Ljava/lang/String;IIJJJJJ)Landroid/net/NetworkStats;
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java4321 vtDataUsageSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
4344 vtDataUsageUidSnapshot.combineValues(new NetworkStats.Entry( in updateVtDataUsage()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java1479 ret.combineValues(entry);