Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DRecentAppStatsMixinTest.java333 final UsageStats stats2 = new UsageStats(); in loadDisplayableRecentApps_usePersonalAndWorkApps_shouldBeSortedByLastTimeUse() local
436 final UsageStats stats2 = new UsageStats(); in loadDisplayableRecentApps_multipleProfileApps_shouldBeSortedByLastTimeUse() local
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java227 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
252 final NetworkStatsHistory stats2 = new NetworkStatsHistory(MINUTE_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/
DRefinedStatsTest.java115 FakeNetworkStats stats2 = new FakeNetworkStats(); in testSubtract() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java4214 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in addBadWifiUsabilityStats() local
4244 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in testUpdateWifiUsabilityStatsEntries() local
4422 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local
4461 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local
5574 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in createTestForDataCollectionByScoreBreach() local
5600 private WifiLinkLayerStats wifiScoreBreachesLow(WifiInfo info, WifiLinkLayerStats stats2) { in wifiScoreBreachesLow()
5617 WifiLinkLayerStats stats2) { in wifiUsabilityScoreBreachesLow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1749 NetworkConnectionStats stats2, in isRatioAboveThreshold()