Home
last modified time | relevance | path

Searched refs:recordData (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java109 stats.recordData(TEST_START, TEST_START + SECOND_IN_MILLIS, in testRecordSingleBucket()
123 stats.recordData(recordStart, recordStart + bucketDuration, in testRecordEqualBuckets()
140 stats.recordData(recordStart, recordEnd, in testRecordTouchingBuckets()
160 stats.recordData(firstStart, firstStart + SECOND_IN_MILLIS, in testRecordGapBuckets()
162 stats.recordData(lastStart, lastStart + SECOND_IN_MILLIS, in testRecordGapBuckets()
173 stats.recordData(middleStart, middleEnd, in testRecordGapBuckets()
190 stats.recordData(TEST_START, TEST_START + SECOND_IN_MILLIS, in testRecordOverlapBuckets()
193 stats.recordData(midStart, midStart + HOUR_IN_MILLIS, in testRecordOverlapBuckets()
206 stats1.recordData(TEST_START, TEST_START + 2 * HOUR_IN_MILLIS, 2000L, 1000L); in testRecordEntireGapIdentical()
210 stats2.recordData(TEST_START_2, TEST_START_2 + 2 * HOUR_IN_MILLIS, 1000L, 500L); in testRecordEntireGapIdentical()
[all …]
/frameworks/base/tests/net/java/android/app/usage/
DNetworkStatsManagerTest.java98 history1.recordData(10, 20, uid1Entry1); in testQueryDetails()
99 history1.recordData(20, 30, uid1Entry2); in testQueryDetails()
102 history1.recordData(30, 40, uid2Entry1); in testQueryDetails()
103 history1.recordData(35, 45, uid2Entry2); in testQueryDetails()
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java203 collection.recordData(null, UID_ALL, SET_DEFAULT, TAG_NONE, 30 * MINUTE_IN_MILLIS, in testStartEndAtomicBuckets()
225 collection.recordData(identSet, myUid, SET_DEFAULT, TAG_NONE, 0, 60 * MINUTE_IN_MILLIS, in testAccessLevels()
230 collection.recordData(identSet, otherUidInSameUser, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels()
235 collection.recordData(identSet, Process.SYSTEM_UID, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels()
240 collection.recordData(identSet, uidInDifferentUser, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels()
473 large.recordData(ident, UID_ALL, SET_ALL, TAG_NONE, TIME_A, TIME_B, in testAugmentPlanGigantic()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java255 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry); in recordSnapshotLocked()
260 … mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry); in recordSnapshotLocked()
265 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry); in recordSnapshotLocked()
DNetworkStatsCollection.java280 combined.recordData(augmentStart, augmentEnd, in getHistory()
377 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() method in NetworkStatsCollection
380 history.recordData(start, end, entry); in recordData()
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java326 public void recordData(long start, long end, long rxBytes, long txBytes) { in recordData() method in NetworkStatsHistory
327 recordData(start, end, new NetworkStats.Entry( in recordData()
335 public void recordData(long start, long end, NetworkStats.Entry entry) { in recordData() method in NetworkStatsHistory
418 recordData(bucketStart, bucketEnd, entry); in recordHistory()
640 recordData(curStart, curEnd, entry); in generateRandom()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1062 history.recordData(start, end,
1079 history.recordData(start, end,
1097 history.recordData(start, end,
1116 history.recordData(start, end,
1186 history.recordData(start, end,
1198 history.recordData(start, end,
1226 history.recordData(start, end,
1569 history.recordData(start, end,
/frameworks/base/services/
Dart-profile8986 HSPLcom/android/server/net/NetworkStatsCollection;->recordData(Lcom/android/server/net/NetworkIdent…
/frameworks/base/config/
Dboot-image-profile.txt10474 HSPLandroid/net/NetworkStatsHistory;->recordData(JJLandroid/net/NetworkStats$Entry;)V
Dhiddenapi-greylist-max-o.txt44775 Landroid/net/NetworkStatsHistory;->recordData(JJJJ)V
44776 Landroid/net/NetworkStatsHistory;->recordData(JJLandroid/net/NetworkStats$Entry;)V