Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationRequestStatisticsTest.java105 PackageStatistics stats2 = mStatistics.statistics.get(key2); in testSinglePackage_multipleProviders() local
137 PackageStatistics stats2 = mStatistics.statistics.get(key2); in testMultiplePackages() local
/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
DTransportStatsTest.java92 Stats stats2 = mTransportStats.getStatsForTransport(mTransportComponent2); in testMerge() local
/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java209 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
234 final NetworkStatsHistory stats2 = new NetworkStatsHistory(MINUTE_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2860 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in addBadWifiUsabilityStats() local
2896 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in testUpdateWifiUsabilityStatsEntries() local
3050 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local
3089 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local
3991 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in createTestForDataCollectionByScoreBreach() local
4016 private WifiLinkLayerStats wifiScoreBreachesLow(WifiInfo info, WifiLinkLayerStats stats2) { in wifiScoreBreachesLow()
4033 WifiLinkLayerStats stats2) { in wifiUsabilityScoreBreachesLow()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java293 void compareIntervalStats(IntervalStats stats1, IntervalStats stats2, int minVersion) { in compareIntervalStats()