Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/
DRtpReceptionStatsTest.cpp42 RtpReceptionStats stats2(stats1); in TEST() local
53 RtpReceptionStats stats2(60, 70, 80, 90, 100); in TEST() local
95 RtpReceptionStats stats2; in TEST() local
/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpReceptionStatsTest.java63 RtpReceptionStats stats2 = createRtpReceptionStats(); in testEqual() local
72 RtpReceptionStats stats2 = new RtpReceptionStats.Builder() in testNotEqual() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabledTest.java98 BuyerInputGeneratorIntermediateStats stats2 = new BuyerInputGeneratorIntermediateStats(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesLog() local
115 BuyerInputGeneratorIntermediateStats stats2 = new BuyerInputGeneratorIntermediateStats(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog() local
DGetAdSelectionDataRunnerTest.java416 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled() local
520 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator() local
627 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator() local
DBuyerInputGeneratorTest.java360 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled() local
539 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled() local
DAuctionServerE2ETest.java1135 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled() local
1248 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DShellCommandStatsTest.java44 ShellCommandStats stats2 = in testEqualsHashCode() local
/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.java228 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
253 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.java4294 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in addBadWifiUsabilityStats() local
4324 WifiLinkLayerStats stats2 = nextRandomStats(stats1); in testUpdateWifiUsabilityStatsEntries() local
4502 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local
4541 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local
5890 WifiLinkLayerStats stats2 = new WifiLinkLayerStats(); in createTestForDataCollectionByScoreBreach() local
5916 private WifiLinkLayerStats wifiScoreBreachesLow(WifiInfo info, WifiLinkLayerStats stats2) { in wifiScoreBreachesLow()
5933 WifiLinkLayerStats stats2) { in wifiUsabilityScoreBreachesLow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1749 NetworkConnectionStats stats2, in isRatioAboveThreshold()