Searched defs:combineValues (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/net/
H A DNetworkStats.java278 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, method in class:NetworkStats
280 return combineValues(
284 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, method in class:NetworkStats
286 return combineValues(new Entry(
295 public NetworkStats combineValues(Entry entry) { method in class:NetworkStats
317 combineValues(entry);
574 stats.combineValues(entry);
602 stats.combineValues(entry);

Completed in 704 milliseconds