Searched refs:AD_SELECTION_TIMED_OUT (Results 1 – 3 of 3) sorted by relevance
98 static final String AD_SELECTION_TIMED_OUT = "Ad selection exceeded allowed time limit"; field in OutcomeSelectionRunner362 throw new UncheckedTimeoutException(AD_SELECTION_TIMED_OUT); in handleTimeoutError()
132 static final String AD_SELECTION_TIMED_OUT = "Ad selection exceeded allowed time limit"; field in AdSelectionRunner684 throw new UncheckedTimeoutException(AD_SELECTION_TIMED_OUT);
41 import static com.android.adservices.service.adselection.AdSelectionRunner.AD_SELECTION_TIMED_OUT;2640 verifyErrorMessageIsCorrect(response.getErrorMessage(), AD_SELECTION_TIMED_OUT); in testmMockDBAdSeleciton() local