Home
last modified time | relevance | path

Searched defs:stats2 (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
H A DTransportStatsTest.java92 Stats stats2 = mTransportStats.getStatsForTransport(mTransportComponent2); in testMerge() local
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java191 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
215 final NetworkStatsHistory stats2 = new NetworkStatsHistory(MINUTE_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsHistoryTest.java212 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
237 final NetworkStatsHistory stats2 = new NetworkStatsHistory(MINUTE_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/aosp12/system/core/storaged/tests/
H A Dstoraged_test.cpp195 struct disk_stats disk_stats_add(struct disk_stats stats1, struct disk_stats stats2) { in disk_stats_add()
213 void expect_increasing(struct disk_stats stats1, struct disk_stats stats2) { in expect_increasing()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java4078 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in addBadWifiUsabilityStats() local
4108 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in testUpdateWifiUsabilityStatsEntries() local
4285 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local
4324 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local
5421 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in createTestForDataCollectionByScoreBreach() local
5447 private WifiLinkLayerStats wifiScoreBreachesLow(WifiInfo info, WifiLinkLayerStats stats2) { in wifiScoreBreachesLow()
5464 WifiLinkLayerStats stats2) { in wifiUsabilityScoreBreachesLow()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DUsageStatsDatabaseTest.java329 void compareIntervalStats(IntervalStats stats1, IntervalStats stats2, int minVersion) { in compareIntervalStats()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryUsageStatsTest.java168 final BatteryUsageStats stats2 = buildBatteryUsageStats2(new String[] {"FOO"}).build(); in testAdd() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1118 DismissedByUserStats stats2 = defaultStats(entry2); in testDismissNotificationsSentToSystemServer() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DPersistAtomsStorageTest.java1615 ImsRegistrationStats[] stats2 = mPersistAtomsStorage.getImsRegistrationStats(50L); in getImsRegistrationStats_withSavedAtoms() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java1765 NetworkConnectionStats stats2, in isRatioAboveThreshold()