Searched refs:FIELD_ALL (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/net/java/android/app/usage/ |
D | NetworkStatsManagerTest.java | 112 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/ |
D | NetworkStats.java | 552 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/ |
D | NetworkStatsHistoryTest.java | 22 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/ |
D | NetworkStatsServiceTest.java | 43 import static android.net.NetworkStatsHistory.FIELD_ALL; 396 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL); 410 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL); 1209 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL); 1229 template, uid, set, TAG_NONE, FIELD_ALL);
|
D | NetworkStatsCollectionTest.java | 24 import static android.net.NetworkStatsHistory.FIELD_ALL; 548 SET_ALL, TAG_NONE, FIELD_ALL, start, end, NetworkStatsAccess.Level.DEVICE, myUid()); in getHistory()
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 77 public static final int FIELD_ALL = 0xFFFFFFFF; field in NetworkStatsHistory 111 this(bucketDuration, 10, FIELD_ALL); in NetworkStatsHistory() 115 this(bucketDuration, initialSize, FIELD_ALL); in NetworkStatsHistory()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsObservers.java | 410 NetworkStatsHistory.FIELD_ALL, in getTotalBytesForNetworkUid()
|
D | NetworkStatsService.java | 45 import static android.net.NetworkStatsHistory.FIELD_ALL; 809 final NetworkStatsHistory history = internalGetHistoryForNetwork(template, flags, FIELD_ALL, in internalGetSummaryForNetwork()
|