Home
last modified time | relevance | path

Searched refs:selectAdsException (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionTest.java265 Exception selectAdsException = in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException() local
269 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalStateException.class); in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException()
296 Exception selectAdsException = in testAdSelectionOutcomes_withNoAdSelectionId_throwsException() local
303 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testAdSelectionOutcomes_withNoAdSelectionId_throwsException()
403 Exception selectAdsException = in testAdSelection_withHighLatencyBackend_doesNotWinAuction() local
410 assertThat(selectAdsException.getCause()).isInstanceOf(TimeoutException.class); in testAdSelection_withHighLatencyBackend_doesNotWinAuction()
431 Exception selectAdsException = in testAdSelection_withInvalidScoringUrl_doesNotWinAuction() local
439 selectAdsException.getCause() instanceof TimeoutException in testAdSelection_withInvalidScoringUrl_doesNotWinAuction()
440 || selectAdsException.getCause() in testAdSelection_withInvalidScoringUrl_doesNotWinAuction()
DAdSelectionReportingTest.java133 Exception selectAdsException = in testReportImpression_withMismatchedAdTechUri_sellerRequestFails() local
139 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()
DFledgeCtsDebuggableTest.java1979 Exception selectAdsException = in testAdSelection_etldViolation_failure() local
1986 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testAdSelection_etldViolation_failure()
2074 Exception selectAdsException = in testReportImpression_etldViolation_failure() local
2081 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testReportImpression_etldViolation_failure()
2215 Exception selectAdsException = in testAdSelection_malformedScoringLogic_failure() local
2222 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalStateException.class); in testAdSelection_malformedScoringLogic_failure()
2639 Exception selectAdsException = in testAdSelection_overallTimeout_Failure() local
2648 assertThat(selectAdsException.getCause()).isInstanceOf(TimeoutException.class); in testAdSelection_overallTimeout_Failure()
2868 Exception selectAdsException = in testAdSelectionFromOutcomesFlow_overallTimeout_failure() local
2877 assertThat(selectAdsException.getCause()).isInstanceOf(TimeoutException.class); in testAdSelectionFromOutcomesFlow_overallTimeout_failure()
[all …]
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/
DFledgeCtsDebuggableJetpackTest.java290 Exception selectAdsException = in testAdSelection_etldViolation_failure() local
297 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testAdSelection_etldViolation_failure()
349 Exception selectAdsException = in testReportImpression_etldViolation_failure() local
356 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testReportImpression_etldViolation_failure()
438 Exception selectAdsException = in testAdSelection_malformedScoringLogic_failure() local
445 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalStateException.class); in testAdSelection_malformedScoringLogic_failure()
527 Exception selectAdsException = in testAdSelection_errorGettingScoringLogic_failure() local
538 selectAdsException.getCause() instanceof TimeoutException in testAdSelection_errorGettingScoringLogic_failure()
539 || selectAdsException.getCause() instanceof IllegalStateException) in testAdSelection_errorGettingScoringLogic_failure()
719 Exception selectAdsException = in testAdSelection_overallTimeout_Failure() local
[all …]