Searched refs:AsyncRedirects (Results 1 – 8 of 8) sorted by relevance
172 + AsyncRedirects.WELL_KNOWN_PATH_SEGMENT174 + AsyncRedirects.WELL_KNOWN_QUERY_PARAM310 AsyncRedirects asyncRedirects = new AsyncRedirects(); in testBasicTriggerRequest()391 AsyncRedirects asyncRedirects = new AsyncRedirects(); in testBasicTriggerRequest_withAggregateDeduplicationKey()454 AsyncRedirects asyncRedirects = new AsyncRedirects(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails()502 AsyncRedirects asyncRedirects = new AsyncRedirects(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails()550 AsyncRedirects asyncRedirects = new AsyncRedirects(); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails()598 AsyncRedirects asyncRedirects = new AsyncRedirects(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails()645 AsyncRedirects asyncRedirects = new AsyncRedirects(); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds()669 headers.put(AsyncRedirects.REDIRECT_LIST_HEADER_KEY, List.of(LIST_TYPE_REDIRECT_URI)); in testRedirectType_bothRedirectHeaderTypes_choosesListType()[all …]
138 + AsyncRedirects.WELL_KNOWN_PATH_SEGMENT140 + AsyncRedirects.WELL_KNOWN_QUERY_PARAM290 AsyncRedirects asyncRedirects = new AsyncRedirects(); in testBasicSourceRequest()357 AsyncRedirects.REDIRECT_LIST_HEADER_KEY, in testBasicSourceRequest_skipSourceWhenNotEnrolled()378 AsyncRedirects asyncRedirects = new AsyncRedirects(); in testBasicSourceRequest_skipSourceWhenNotEnrolled()423 AsyncRedirects asyncRedirects = new AsyncRedirects(); in fetchSource_multipleWebDestinations_success()462 AsyncRedirects asyncRedirects = new AsyncRedirects(); in fetchSource_emptyWebDestinations_success()509 AsyncRedirects asyncRedirects = new AsyncRedirects(); in fetchSource_duplicateWebDestinationsInList_removesDuplicates()552 AsyncRedirects asyncRedirects = new AsyncRedirects(); in fetchSource_invalidWebDestinationInList_fails()596 AsyncRedirects asyncRedirects = new AsyncRedirects(); in fetchSource_tooManyWebDestinationInList_fails()[all …]
330 AsyncRedirects asyncRedirects = invocation.getArgument(2); in test_runAsyncRegistrationQueueWorker_appSource_success()384 AsyncRedirects asyncRedirects = invocation.getArgument(2); in test_runAsyncRegistrationQueueWorker_emptyNoisedState_sendsDebugReport()436 AsyncRedirects asyncRedirects = invocation.getArgument(2); in test_runAsyncRegistrationQueueWorker_nullFakeReports_doesNotSendDebugReport()487 AsyncRedirects asyncRedirects = invocation.getArgument(2); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()565 AsyncRedirects asyncRedirects = invocation.getArgument(2); in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeList()635 AsyncRedirects asyncRedirects = invocation.getArgument(2); in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeLocation()697 AsyncRedirects asyncRedirects = invocation.getArgument(2); in runAsyncRegistrationQueueWorker_appSource_middleRegistration_redirectTypeLocation()940 + AsyncRedirects.WELL_KNOWN_PATH_SEGMENT in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectWithExistingPathAndQuery()942 + AsyncRedirects.WELL_KNOWN_QUERY_PARAM in runAsyncRegistrationQueueWorker_appSrc_defaultReg_redirectWithExistingPathAndQuery()963 AsyncRedirects.HEADER_ATTRIBUTION_REPORTING_REDIRECT_CONFIG, in runAsyncRegistrationQueueWorker_noSourceReg_RedirectHasSource()[all …]
28 public class AsyncRedirects { class40 public AsyncRedirects() { in AsyncRedirects() method in AsyncRedirects
251 AsyncRedirects asyncRedirects = new AsyncRedirects(); in processSourceRegistration()329 AsyncRedirects asyncRedirects = new AsyncRedirects(); in processTriggerRegistration()889 AsyncRedirects asyncRedirects, in handleSuccess()
407 List<String> field = headers.get(AsyncRedirects.REDIRECT_LIST_HEADER_KEY); in parseListRedirects()419 List<String> field = headers.get(AsyncRedirects.REDIRECT_LOCATION_HEADER_KEY); in parseLocationRedirects()
463 AsyncRedirects asyncRedirects) { in fetchTrigger()
893 AsyncRedirects asyncRedirects) { in fetchSource()