Home
last modified time | relevance | path

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

1234

/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomMetricsControllerTest.java90 ApiStats stats1 = mTelecomMetricsController.getApiStats(); in testGetApiStatsReturnsSameInstance() local
97 AudioRouteStats stats1 = mTelecomMetricsController.getAudioRouteStats(); in testGetAudioRouteStatsReturnsSameInstance() local
104 CallStats stats1 = mTelecomMetricsController.getCallStats(); in testGetCallStatsReturnsSameInstance() local
111 ErrorStats stats1 = mTelecomMetricsController.getErrorStats(); in testGetErrorStatsReturnsSameInstance() local
/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerImplTest.java172 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_statsSet() local
298 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_statsSet_functionsIndexed() local
366 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_statsSet_functionsIndexed() local
442 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs() local
485 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DScheduledCustomAudienceUpdateBackgroundJobStatsTest.java44 ScheduledCustomAudienceUpdateBackgroundJobStats stats1 = in testEquals() local
60 ScheduledCustomAudienceUpdateBackgroundJobStats stats1 = in testNotEquals_DifferentNumberOfUpdatesFound() local
76 ScheduledCustomAudienceUpdateBackgroundJobStats stats1 = in testNotEquals_DifferentNumberOfSuccessfulUpdates() local
DScheduledCustomAudienceUpdatePerformedStatsTest.java70 ScheduledCustomAudienceUpdatePerformedStats stats1 = in testEquals() local
DScheduledCustomAudienceUpdateScheduleAttemptedStatsTest.java58 ScheduledCustomAudienceUpdateScheduleAttemptedStats stats1 = in testEquals() local
DShellCommandStatsTest.java41 ShellCommandStats stats1 = in testEqualsHashCode() local
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/
DRtpReceptionStatsTest.cpp35 RtpReceptionStats stats1(100, 200, 300, 400, 500); in TEST() local
52 RtpReceptionStats stats1(10, 20, 30, 40, 50); in TEST() local
89 RtpReceptionStats stats1(100, 200, 300, 400, 500); in TEST() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/stats/pull/netstats/
H A DNetworkStatsAccumulatorTest.kt111 val stats1 = snapshot.queryStats(5100, FakeStats(900, 5100, 1)) in queryStats_multipleQueriesAndSameHistoryWindow_returnsCumulativeStats() constant
126 val stats1 = snapshot.queryStats(5100, FakeStats(900, 5100, 1)) in queryStats_multipleQueriesAndSlidingHistoryWindow_returnsCumulativeStats() constant
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DGetAdSelectionDataRunnerTest.java477 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_WithSellerConfigurationSuccessNoOptimizations() local
598 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_WithSellerConfigurationSuccessSellerMaxImpl() local
712 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled() local
816 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator() local
923 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator() local
DAuctionServerPayloadMetricsStrategyEnabledTest.java142 BuyerInputGeneratorIntermediateStats stats1 = new BuyerInputGeneratorIntermediateStats(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesLog() local
159 BuyerInputGeneratorIntermediateStats stats1 = new BuyerInputGeneratorIntermediateStats(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog() local
DBuyerInputGeneratorTest.java430 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled() local
678 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled() local
/aosp_15_r20/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpReceptionStatsTest.java62 RtpReceptionStats stats1 = createRtpReceptionStats(); in testEqual() local
70 RtpReceptionStats stats1 = createRtpReceptionStats(); in testNotEqual() local
/aosp_15_r20/art/imgdiag/
H A Dpage_info.cc232 const auto sort_by_private_zero_pages = [](const auto& stats1, const auto& stats2) { in CountZeroPages()
235 const auto sort_by_shared_zero_pages = [](const auto& stats1, const auto& stats2) { in CountZeroPages()
238 const auto sort_by_unique_zero_pages = [](const auto& stats1, const auto& stats2) { in CountZeroPages()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthenticationStatsPersisterTest.java96 AuthenticationStats stats1 = new AuthenticationStats(USER_ID_1, in getAllFrrStats_face_shouldListAllFrrStats() local
119 AuthenticationStats stats1 = new AuthenticationStats(USER_ID_1, in getAllFrrStats_fingerprint_shouldListAllFrrStats() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DRecentAppStatsMixinTest.java332 final UsageStats stats1 = new UsageStats(); in loadDisplayableRecentApps_usePersonalAndWorkApps_shouldBeSortedByLastTimeUse() local
435 final UsageStats stats1 = new UsageStats(); in loadDisplayableRecentApps_multipleProfileApps_shouldBeSortedByLastTimeUse() local
/aosp_15_r20/external/libvpx/test/
H A Dvp9_ethread_test.cc121 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf); in compare_fp_stats() local
153 uint8_t *stats1 = reinterpret_cast<uint8_t *>(fp_stats->buf); in compare_fp_stats_md5() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java224 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
249 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/aosp_15_r20/system/core/storaged/tests/
H A Dstoraged_test.cpp201 struct disk_stats disk_stats_add(struct disk_stats stats1, struct disk_stats stats2) { in disk_stats_add()
219 void expect_increasing(struct disk_stats stats1, struct disk_stats stats2) { in expect_increasing()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dbenchmark_test.cc33 Stats stats1; in TEST() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/
DEncodingJobRunStatsLoggerImplTest.java128 EncodingJobRunStats stats1 = stats.get(0); in testEncodingJobRunStatsLogger_successLogging_twoTimes() local
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
H A DTransportStatsTest.java91 Stats stats1 = mTransportStats.getStatsForTransport(mTransportComponent1); in testMerge() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowSystemHealthManagerTest.java61 HealthStats stats1 = systemHealthManager.takeUidSnapshot(OTHER_UID_1); in snapshotForOtherUids_expectedResult() local
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DNotificationStatsTest.java156 NotificationStats stats1 = NotificationStats.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java4348 WifiLinkLayerStats stats1 = start; in addBadWifiUsabilityStats() local
4378 WifiLinkLayerStats stats1 = nextRandomStats(createNewWifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries() local
4889 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyFirmwareAlertUpdatesWifiUsabilityMetrics() local
5774 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in addOneBadWifiUsabilityStats() local
5851 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyLabelBadStatsAreNotSavedIfScreenIsOff() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DLoadStatsManager2Test.java86 ClusterStats stats1 = findClusterStats(allStats, CLUSTER_NAME1, EDS_SERVICE_NAME1); in recordAndGetReport() local

1234