HomeSort by relevance Sort by last modified time
    Searched refs:combineValues (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/net/
NetworkStats.java 264 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets,
266 return combineValues(
270 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes,
272 return combineValues(new Entry(
281 public NetworkStats combineValues(Entry entry) {
303 combineValues(entry);
553 stats.combineValues(entry);
581 stats.combineValues(entry);
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 106 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/
NetworkStatsService.java 473 stats.combineValues(entry);
528 stats.combineValues(entry);
554 dataLayer.combineValues(entry);
577 mOperations.combineValues(IFACE_ALL, uid, set, tag, 0L, 0L, 0L, 0L, operationCount);
578 mOperations.combineValues(IFACE_ALL, uid, set, TAG_NONE, 0L, 0L, 0L, 0L, operationCount);
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 227 stats.combineValues(entry);
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 409 milliseconds