Searched refs:FIELD_ALL (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java19 import static android.net.NetworkStatsHistory.FIELD_ALL;
357 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL);
369 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL);
381 final NetworkStatsHistory before = new NetworkStatsHistory(MINUTE_IN_MILLIS, 40, FIELD_ALL);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java31 import static android.net.NetworkStatsHistory.FIELD_ALL;
355 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
373 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
848 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL);
866 template, uid, set, TAG_NONE, FIELD_ALL);
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java68 public static final int FIELD_ALL = 0xFFFFFFFF; field in class:NetworkStatsHistory
95 this(bucketDuration, 10, FIELD_ALL);
99 this(bucketDuration, initialSize, FIELD_ALL);

Completed in 307 milliseconds