Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java125 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 DNetworkStatsHistoryTest.java143 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 DNetworkStatsManagerTest.java102 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 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()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java254 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 DNetworkStatsCollection.java288 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 DNetworkStatsHistory.java327 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 DNetworkStatsCollectionTest.java146 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 DNetworkPolicyManagerServiceTest.java1164 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 Dreport_html.js1696 let recordData = $('#record_data').text();
1697 gRecordInfo = JSON.parse(recordData);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1856 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 Dhiddenapi-max-target-o-low-priority.txt1075 Landroid/net/NetworkStatsHistory;->recordData(JJJJ)V
1076 Landroid/net/NetworkStatsHistory;->recordData(JJLandroid/net/NetworkStats$Entry;)V
/aosp12/frameworks/base/services/
H A Dart-profile25635 HPLcom/android/server/net/NetworkStatsCollection;->recordData(Lcom/android/server/net/NetworkIdenti…