Home
last modified time | relevance | path

Searched defs:stats1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationRequestStatisticsTest.java99 PackageStatistics stats1 = mStatistics.statistics.get(key1); in testSinglePackage_multipleProviders() local
130 PackageStatistics stats1 = mStatistics.statistics.get(key1); in testMultiplePackages() local
/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
DTransportStatsTest.java91 Stats stats1 = mTransportStats.getStatsForTransport(mTransportComponent1); in testMerge() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationStatsTest.java119 NotificationStats stats1 = NotificationStats.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java205 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
230 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2791 WifiLinkLayerStats stats1 = start; in addBadWifiUsabilityStats() local
2827 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries() local
2980 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local
3019 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local
3275 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyFirmwareAlertUpdatesWifiUsabilityMetrics() local
3306 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyWifiDataStallUpdatesWifiUsabilityMetrics() local
3672 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyIpReachabilityLostUpdatesWifiUsabilityMetrics() local
3940 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in addOneBadWifiUsabilityStats() local
4017 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyLabelBadStatsAreNotSavedIfScreenIsOff() local
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java293 void compareIntervalStats(IntervalStats stats1, IntervalStats stats2, int minVersion) { in compareIntervalStats()