Home
last modified time | relevance | path

Searched refs:getExecutionLatencyMillis (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DSelectAdsFromOutcomesExecutionLoggerImplTest.java96 assertThat(capturedStats.getExecutionLatencyMillis()).isEqualTo(mExecutionLatencyMs); in testSelectAdsFromOutcomesExecutionLogger_successDownloadAndExecution()
134 assertThat(capturedStats.getExecutionLatencyMillis()).isEqualTo(mExecutionLatencyMs); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfDownload()
176 assertThat(capturedStats.getExecutionLatencyMillis()).isEqualTo(mExecutionLatencyMs); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfDownload()
214 assertThat(capturedStats.getExecutionLatencyMillis()).isEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfExecution()
256 assertThat(capturedStats.getExecutionLatencyMillis()).isEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfExecution()
DSelectAdsFromOutcomesApiCalledStatsTest.java52 expect.that(stats.getExecutionLatencyMillis()).isEqualTo(EXECUTION_LATENCY_MILLIS); in testBuildSelectAdsFromOutcomesApiCalledStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionFromOutcomesE2ETest.java439 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesPickHighestSuccess()
535 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesPickHighestSuccessDifferentTables()
621 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesPickHighestSuccessUnifiedTables()
670 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesWaterfallMediationAdBidHigherThanBidFloorSuccess()
729 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess()
777 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesWaterfallMediationAdBidLowerThanBidFloorSuccess()
827 assertThat(stats.getExecutionLatencyMillis()).isNotEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesReturnsNullSuccess()
944 assertThat(stats.getExecutionLatencyMillis()).isEqualTo(FIELD_UNSET); in testSelectAdsFromOutcomesWaterfallMalformedPrebuiltUriFailed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DSelectAdsFromOutcomesApiCalledStats.java48 public abstract int getExecutionLatencyMillis(); in getExecutionLatencyMillis() method in SelectAdsFromOutcomesApiCalledStats
DStatsdAdServicesLogger.java925 stats.getExecutionLatencyMillis()); in logSelectAdsFromOutcomesApiCalledStats()