Home
last modified time | relevance | path

Searched refs:FIELD_ALL (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/net/java/android/app/usage/
DNetworkStatsManagerTest.java112 eq(NetworkStatsHistory.FIELD_ALL), eq(startTime), eq(endTime))) in testQueryDetails()
123 eq(NetworkStatsHistory.FIELD_ALL), eq(startTime), eq(endTime))) in testQueryDetails()
192 eq(NetworkStatsHistory.FIELD_ALL), eq(startTime), eq(endTime)); in testQueryDetails_NoSubscriberId()
200 eq(NetworkStatsHistory.FIELD_ALL), eq(startTime), eq(endTime)); in testQueryDetails_NoSubscriberId()
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java552 Bucket.convertSet(state), tag, NetworkStatsHistory.FIELD_ALL, in startHistoryEnumeration()
576 NetworkStatsHistory.FIELD_ALL, mStartTimeStamp, mEndTimeStamp); in startUserUidEnumeration()
599 NetworkStatsHistory.FIELD_ALL, mStartTimeStamp, mEndTimeStamp); in stepHistory()
/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java22 import static android.net.NetworkStatsHistory.FIELD_ALL;
380 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordIn()
393 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordOut()
406 final NetworkStatsHistory before = new NetworkStatsHistory(MINUTE_IN_MILLIS, 40, FIELD_ALL); in testSerialize()
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsServiceTest.java43 import static android.net.NetworkStatsHistory.FIELD_ALL;
416 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
430 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
1322 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL);
1342 template, uid, set, TAG_NONE, FIELD_ALL);
DNetworkStatsCollectionTest.java24 import static android.net.NetworkStatsHistory.FIELD_ALL;
551 SET_ALL, TAG_NONE, FIELD_ALL, start, end, NetworkStatsAccess.Level.DEVICE, myUid()); in getHistory()
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java78 public static final int FIELD_ALL = 0xFFFFFFFF; field in NetworkStatsHistory
112 this(bucketDuration, 10, FIELD_ALL); in NetworkStatsHistory()
116 this(bucketDuration, initialSize, FIELD_ALL); in NetworkStatsHistory()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java410 NetworkStatsHistory.FIELD_ALL, in getTotalBytesForNetworkUid()
DNetworkStatsService.java46 import static android.net.NetworkStatsHistory.FIELD_ALL;
842 final NetworkStatsHistory history = internalGetHistoryForNetwork(template, flags, FIELD_ALL,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44759 Landroid/net/NetworkStatsHistory;->FIELD_ALL:I