Home
last modified time | relevance | path

Searched refs:recordEntireHistory (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java233 stats.recordEntireHistory(stats1); in testRecordEntireGapIdentical()
234 stats.recordEntireHistory(stats2); in testRecordEntireGapIdentical()
258 stats.recordEntireHistory(stats1); in testRecordEntireOverlapVaryingBuckets()
259 stats.recordEntireHistory(stats2); in testRecordEntireOverlapVaryingBuckets()
275 stats.recordEntireHistory(stats1); in testRecordEntireOverlapVaryingBuckets()
276 stats.recordEntireHistory(stats2); in testRecordEntireOverlapVaryingBuckets()
409 partial.recordEntireHistory(full); in testIgnoreFieldsRecordIn()
423 full.recordEntireHistory(partial); in testIgnoreFieldsRecordOut()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java458 target.recordEntireHistory(history); in recordHistory()
715 removedHistory.recordEntireHistory(uidHistory); in removeUids()
DNetworkStatsHistory.java312 recordEntireHistory(existing); in NetworkStatsHistory()
606 public void recordEntireHistory(NetworkStatsHistory input) { in recordEntireHistory() method in NetworkStatsHistory