/frameworks/base/tests/net/java/android/net/ |
D | NetworkStatsHistoryTest.java | 109 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/ |
D | NetworkStatsManagerTest.java | 98 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/ |
D | NetworkStatsCollectionTest.java | 202 collection.recordData(null, UID_ALL, SET_DEFAULT, TAG_NONE, 30 * MINUTE_IN_MILLIS, in testStartEndAtomicBuckets() 224 collection.recordData(identSet, myUid, SET_DEFAULT, TAG_NONE, 0, 60 * MINUTE_IN_MILLIS, in testAccessLevels() 229 collection.recordData(identSet, otherUidInSameUser, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels() 234 collection.recordData(identSet, Process.SYSTEM_UID, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels() 239 collection.recordData(identSet, uidInDifferentUser, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels() 472 large.recordData(ident, UID_ALL, SET_ALL, TAG_NONE, TIME_A, TIME_B, in testAugmentPlanGigantic()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsRecorder.java | 255 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()
|
D | NetworkStatsCollection.java | 308 combined.recordData(augmentStart, augmentEnd, in getHistory() 401 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() method in NetworkStatsCollection 404 history.recordData(start, end, entry); in recordData()
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 325 public void recordData(long start, long end, long rxBytes, long txBytes) { in recordData() method in NetworkStatsHistory 326 recordData(start, end, new NetworkStats.Entry( in recordData() 334 public void recordData(long start, long end, NetworkStats.Entry entry) { in recordData() method in NetworkStatsHistory 416 recordData(bucketStart, bucketEnd, entry); in recordHistory() 626 recordData(curStart, curEnd, entry); in generateRandom()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkPolicyManagerServiceTest.java | 1140 history.recordData(start, end, 1157 history.recordData(start, end, 1175 history.recordData(start, end, 1194 history.recordData(start, end, 1264 history.recordData(start, end, 1276 history.recordData(start, end, 1304 history.recordData(start, end, 1646 history.recordData(start, end,
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14386 HSPLandroid/net/NetworkStatsHistory;->recordData(JJLandroid/net/NetworkStats$Entry;)V
|
/frameworks/base/services/ |
D | art-profile | 20504 HPLcom/android/server/net/NetworkStatsCollection;->recordData(Lcom/android/server/net/NetworkIdenti…
|