OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_ALL
(Results
1 - 8
of
8
) 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
;
87
entry.set =
SET_ALL
;
145
entry.set =
SET_ALL
;
/frameworks/base/core/java/android/net/
NetworkStats.java
48
public static final int
SET_ALL
= -1;
467
entry.set =
SET_ALL
;
574
entry.set =
SET_ALL
;
602
entry.set =
SET_ALL
;
662
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
;
150
final boolean setMatches = set ==
SET_ALL
|| key.set == set;
349
final Key key = new Key(ident, UID_ALL,
SET_ALL
, TAG_NONE);
NetworkStatsService.java
33
import static android.net.NetworkStats.
SET_ALL
;
555
return mDevStatsCached.getHistory(template, UID_ALL,
SET_ALL
, TAG_NONE, fields);
562
template, UID_ALL,
SET_ALL
, TAG_NONE, fields, Long.MIN_VALUE, firstAtomicBucket);
564
template, UID_ALL,
SET_ALL
, TAG_NONE, fields, firstAtomicBucket, Long.MAX_VALUE);
[
all
...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
322
if (totalStats == null || statsEntry.set == NetworkStats.
SET_ALL
) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java
26
import static android.net.NetworkStats.
SET_ALL
;
[
all
...]
Completed in 117 milliseconds