OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BUCKET_SIZE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java
92
final long
BUCKET_SIZE
= HOUR_IN_MILLIS;
93
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
118
final long
BUCKET_SIZE
= 15 * MINUTE_IN_MILLIS;
119
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
123
final long recordStart = (TEST_START +
BUCKET_SIZE
) - MINUTE_IN_MILLIS;
124
final long recordEnd = (TEST_START + (
BUCKET_SIZE
* 2)) + (MINUTE_IN_MILLIS * 4);
138
final long
BUCKET_SIZE
= HOUR_IN_MILLIS;
139
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
169
final long
BUCKET_SIZE
= HOUR_IN_MILLIS;
170
stats = new NetworkStatsHistory(
BUCKET_SIZE
);
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar
Completed in 69 milliseconds