Searched defs:stats1 (Results 1 – 4 of 4) sorted by relevance
332 final UsageStats stats1 = new UsageStats(); in loadDisplayableRecentApps_usePersonalAndWorkApps_shouldBeSortedByLastTimeUse() local435 final UsageStats stats1 = new UsageStats(); in loadDisplayableRecentApps_multipleProfileApps_shouldBeSortedByLastTimeUse() local
223 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local248 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
4213 WifiLinkLayerStats stats1 = start; in addBadWifiUsabilityStats() local4243 WifiLinkLayerStats stats1 = nextRandomStats(createNewWifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries() local4421 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local4460 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local4719 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyFirmwareAlertUpdatesWifiUsabilityMetrics() local4750 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyWifiDataStallUpdatesWifiUsabilityMetrics() local5264 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyIpReachabilityLostUpdatesWifiUsabilityMetrics() local5593 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in addOneBadWifiUsabilityStats() local5670 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyLabelBadStatsAreNotSavedIfScreenIsOff() local
1748 private boolean isRatioAboveThreshold(NetworkConnectionStats stats1, in isRatioAboveThreshold()