/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/ |
H A D | NetworkStatsHistoryTest.java | 125 stats.recordData(recordStart, recordEnd, in testRecordTouchingBuckets() 157 stats.recordData(middleStart, middleEnd, in testRecordGapBuckets() 176 stats.recordData(midStart, midStart + HOUR_IN_MILLIS, in testRecordOverlapBuckets() 348 history.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFields() 350 history.recordData(0, 2 * MINUTE_IN_MILLIS, in testIgnoreFields() 361 full.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordIn() 373 partial.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordOut() 382 before.recordData(0, 4 * MINUTE_IN_MILLIS, in testSerialize() 423 stats.recordData(FIRST_START, FIRST_END, in testIndexBeforeAfter() 425 stats.recordData(SECOND_START, SECOND_END, in testIndexBeforeAfter() [all …]
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ |
H A D | NetworkStatsHistoryTest.java | 143 stats.recordData(recordStart, recordEnd, in testRecordTouchingBuckets() 176 stats.recordData(middleStart, middleEnd, in testRecordGapBuckets() 373 history.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFields() 387 full.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordIn() 400 partial.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordOut() 410 before.recordData(0, 4 * MINUTE_IN_MILLIS, in testSerialize() 453 stats.recordData(FIRST_START, FIRST_END, in testIndexBeforeAfter() 455 stats.recordData(SECOND_START, SECOND_END, in testIndexBeforeAfter() 457 stats.recordData(THIRD_START, THIRD_END, in testIndexBeforeAfter() 496 stats.recordData(FIRST_START, FIRST_END, in testIntersects() [all …]
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/app/usage/ |
H A D | NetworkStatsManagerTest.java | 102 history1.recordData(10, 20, uid1Entry1); in testQueryDetails() 103 history1.recordData(20, 30, uid1Entry2); in testQueryDetails() 106 history1.recordData(30, 40, uid2Entry1); in testQueryDetails() 107 history1.recordData(35, 45, uid2Entry2); in testQueryDetails()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
H A D | NetworkStatsCollectionTest.java | 203 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkStatsRecorder.java | 254 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry); in recordSnapshotLocked() 259 … mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry); in recordSnapshotLocked() 264 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry); in recordSnapshotLocked()
|
H A D | NetworkStatsCollection.java | 288 combined.recordData(augmentStart, augmentEnd, in getHistory() 386 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() method in NetworkStatsCollection 389 history.recordData(start, end, entry); in recordData()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkStatsHistory.java | 327 public void recordData(long start, long end, long rxBytes, long txBytes) { in recordData() method in NetworkStatsHistory 328 recordData(start, end, new NetworkStats.Entry( in recordData() 336 public void recordData(long start, long end, NetworkStats.Entry entry) { in recordData() method in NetworkStatsHistory 419 recordData(bucketStart, bucketEnd, entry); in recordHistory() 641 recordData(curStart, curEnd, entry); in generateRandom()
|
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/net/ |
H A D | NetworkStatsCollectionTest.java | 146 collection.recordData(null, UID_ALL, SET_DEFAULT, TAG_NONE, 30 * MINUTE_IN_MILLIS, in testStartEndAtomicBuckets()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
H A D | NetworkPolicyManagerServiceTest.java | 1164 history.recordData(start, end, 1181 history.recordData(start, end, 1199 history.recordData(start, end, 1218 history.recordData(start, end, 1288 history.recordData(start, end, 1300 history.recordData(start, end, 1328 history.recordData(start, end, 1672 history.recordData(start, end,
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | report_html.js | 1696 let recordData = $('#record_data').text(); 1697 gRecordInfo = JSON.parse(recordData);
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1856 byte[] recordData) throws RemoteException { in onBatchScanReports() argument 1860 onBatchScanReportsInternal(status, scannerId, reportType, numRecords, recordData); in onBatchScanReports() 1864 byte[] recordData) throws RemoteException { in onBatchScanReportsInternal() argument 1870 Set<ScanResult> results = parseBatchScanResults(numRecords, reportType, recordData); in onBatchScanReportsInternal()
|
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 1075 Landroid/net/NetworkStatsHistory;->recordData(JJJJ)V 1076 Landroid/net/NetworkStatsHistory;->recordData(JJLandroid/net/NetworkStats$Entry;)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 25635 HPLcom/android/server/net/NetworkStatsCollection;->recordData(Lcom/android/server/net/NetworkIdenti…
|