Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
DNetworkStatsUtilsTest.kt60 red.combineValues(testEntry[1]) in testOrderInsensitiveEquals()
61 blue.combineValues(testEntry[0]).combineValues(testEntry[1]) in testOrderInsensitiveEquals()
66 red.combineValues(testEntry[0]) in testOrderInsensitiveEquals()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java806 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() method
808 return combineValues( in combineValues()
814 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues() method
816 return combineValues(new Entry( in combineValues()
831 public @NonNull NetworkStats combineValues(@NonNull Entry entry) { in combineValues() method
856 return this.clone().combineValues(entry); in addEntry()
878 combineValues(entry); in combineAllValues()
1346 ret.combineValues(transformed); in mapKeysNotNull()
1811 combineValues(tmpEntry); in addTrafficToApplications()
1817 combineValues(tmpEntry); in addTrafficToApplications()
[all …]
DNetworkStatsCollection.java423 stats.combineValues(entry); in getSummary()
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsTest.java208 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, in testCombineExisting()
217 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
220 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3); in testCombineExisting()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java1888 dataLayer.combineValues(entry);
1948 mUidOperations.combineValues(
1950 mUidOperations.combineValues(
3326 stats.combineValues(new NetworkStats.Entry(tetherStats.iface, UID_TETHERING,
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
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;