Searched defs:stats1 (Results 1 – 6 of 6) sorted by relevance
99 PackageStatistics stats1 = mStatistics.statistics.get(key1); in testSinglePackage_multipleProviders() local130 PackageStatistics stats1 = mStatistics.statistics.get(key1); in testMultiplePackages() local
91 Stats stats1 = mTransportStats.getStatsForTransport(mTransportComponent1); in testMerge() local
119 NotificationStats stats1 = NotificationStats.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
205 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local230 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
2859 WifiLinkLayerStats stats1 = start; in addBadWifiUsabilityStats() local2895 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries() local3049 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local3088 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local3344 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyFirmwareAlertUpdatesWifiUsabilityMetrics() local3375 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyWifiDataStallUpdatesWifiUsabilityMetrics() local3741 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyIpReachabilityLostUpdatesWifiUsabilityMetrics() local4009 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in addOneBadWifiUsabilityStats() local4086 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyLabelBadStatsAreNotSavedIfScreenIsOff() local
293 void compareIntervalStats(IntervalStats stats1, IntervalStats stats2, int minVersion) { in compareIntervalStats()