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

  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java 19 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/
NetworkStatsServiceTest.java 31 import static android.net.NetworkStatsHistory.FIELD_ALL;
355 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
373 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 70 public static final int FIELD_ALL = 0xFFFFFFFF;
97 this(bucketDuration, 10, FIELD_ALL);
101 this(bucketDuration, initialSize, FIELD_ALL);

Completed in 142 milliseconds