Searched refs:combineValues (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStats.java291 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, method in class:NetworkStats
293 return combineValues(
297 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, method in class:NetworkStats
299 return combineValues(new Entry(
308 public NetworkStats combineValues(Entry entry) { method in class:NetworkStats
330 combineValues(entry);
587 stats.combineValues(entry);
615 stats.combineValues(entry);
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsTest.java106 stats.combineValues(TEST_IFACE, 1001, SET_DEFAULT, TAG_NONE, -128L, -1L, -128L, -1L, -1);
112 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3);
114 stats.combineValues(TEST_IFACE, 5005, SET_DEFAULT, TAG_NONE, 128L, 1L, 128L, 1L, 3);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java604 dataLayer.combineValues(entry);
630 mUidOperations.combineValues(
632 mUidOperations.combineValues(
H A DNetworkStatsCollection.java190 stats.combineValues(entry);
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java1403 stats.combineValues(entry);

Completed in 102 milliseconds