Searched defs:combineValues (Results 1 - 1 of 1) 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);

Completed in 227 milliseconds