HomeSort by relevance Sort by last modified time
    Searched full:set_all (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 19 import static android.net.NetworkStats.SET_ALL;
112 assertStatsEntry(stats, "rmnet0", UID_ALL, SET_ALL, TAG_NONE, 2112L, 24L, 700L, 10L);
113 assertStatsEntry(stats, "test1", UID_ALL, SET_ALL, TAG_NONE, 6L, 8L, 10L, 12L);
114 assertStatsEntry(stats, "test2", UID_ALL, SET_ALL, TAG_NONE, 1L, 2L, 3L, 4L);
123 assertStatsEntry(stats, "rmnet0", UID_ALL, SET_ALL, TAG_NONE, 6824L, 16L, 5692L, 10L);
124 assertStatsEntry(stats, "rmnet1", UID_ALL, SET_ALL, TAG_NONE, 11153922L, 8051L, 190226L, 2468L);
125 assertStatsEntry(stats, "rmnet2", UID_ALL, SET_ALL, TAG_NONE, 4968L, 35L, 3081L, 39L);
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 19 import static android.net.NetworkStats.SET_ALL;
84 entry.set = SET_ALL;
144 entry.set = SET_ALL;
  /frameworks/base/core/java/android/net/
NetworkStats.java 46 public static final int SET_ALL = -1;
453 entry.set = SET_ALL;
560 entry.set = SET_ALL;
588 entry.set = SET_ALL;
648 case SET_ALL:
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 21 import static android.net.NetworkStats.SET_ALL;
216 .addValues(IFACE_ALL, 100, SET_ALL, TAG_NONE, 128L, 8L, 0L, 2L, 20L)
223 assertValues(grouped, 0, IFACE_ALL, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 4L, 0L);
240 assertValues(grouped, 0, TEST_IFACE, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 2L, 0L);
241 assertValues(grouped, 1, TEST_IFACE2, UID_ALL, SET_ALL, TAG_NONE, 1024L, 64L, 0L, 0L, 0L);
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 20 import static android.net.NetworkStats.SET_ALL;
149 final boolean setMatches = set == SET_ALL || key.set == set;
348 final Key key = new Key(ident, UID_ALL, SET_ALL, TAG_NONE);
NetworkStatsService.java 32 import static android.net.NetworkStats.SET_ALL;
546 return mDevStatsCached.getHistory(template, UID_ALL, SET_ALL, TAG_NONE, fields);
553 template, UID_ALL, SET_ALL, TAG_NONE, fields, Long.MIN_VALUE, firstAtomicBucket);
555 template, UID_ALL, SET_ALL, TAG_NONE, fields, firstAtomicBucket, Long.MAX_VALUE);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 26 import static android.net.NetworkStats.SET_ALL;
    [all...]
  /external/libvpx/build/make/
configure.sh 148 set_all(){ function
190 set_all yes $*
194 set_all no $*
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 323 case NetworkStats.SET_ALL:

Completed in 622 milliseconds