Home
last modified time | relevance | path

Searched refs:getFledgeKAnonFetchServerParamsUrl (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonE2ETest.java573 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_withImmediateJoinValueHundred_signsAndJoinsMessage() method in KAnonE2ETest.FlagsWithUrls
650 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_actGenerateParamsFails_shouldNotUpdateStatusInDB() method in KAnonE2ETest.FlagsWithUrls
698 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_httpRegisterClientFails_shouldNotUpdateStatusInDB() method in KAnonE2ETest.FlagsWithUrls
747 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_httpFetchServerParamFails_shouldNotUpdateStatusInDB() method in KAnonE2ETest.FlagsWithFetchServerParams
790 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_getChallengeHttpFails_shouldNotUpdateStatusInDB() method in KAnonE2ETest.FlagsWithGetChallengeUrl
855 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_attestationCertificateGenerationFails_shouldLogStatsProperly() method in KAnonE2ETest.FlagsWithGetChallengeUrl
940 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_withAttestationEnabled_signsAndJoinsMessage() method in KAnonE2ETest.FlagsWithUrls
1206 public String getFledgeKAnonFetchServerParamsUrl() { in kanonCaller_withHighHttpClientTimeoutValue_doesNotTimeoutDuringHttpCalls() method in KAnonE2ETest.FlagsWithUrls
1277 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_actGenerateParamsFails_shouldLogStatsCorrectly() method in KAnonE2ETest.FlagsWithUrls
1369 public String getFledgeKAnonFetchServerParamsUrl() { in persistAdSelectionData_httpFetchServerParamFails_shouldLogStatsCorrectly() method in KAnonE2ETest.FlagsWithFetchServerParams
[all …]
DKAnonCallerImplTest.java646 Uri.parse(mFlags.getFledgeKAnonFetchServerParamsUrl()), in fetchServerParamsUnsuccessful_shouldNotUpdateKAnonMessageStatusInDB()
783 .setUri(Uri.parse(mFlags.getFledgeKAnonFetchServerParamsUrl())) in setupMockWithCountDownLatch()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java5188 default String getFledgeKAnonFetchServerParamsUrl() { in getFledgeKAnonFetchServerParamsUrl() method
DPhFlags.java5399 + getFledgeKAnonFetchServerParamsUrl()); in dump()
6482 public String getFledgeKAnonFetchServerParamsUrl() { in getFledgeKAnonFetchServerParamsUrl() method in PhFlags
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonCallerImpl.java707 Uri getServerParamsUri = Uri.parse(mFlags.getFledgeKAnonFetchServerParamsUrl());
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java5113 Flags::getFledgeKAnonFetchServerParamsUrl); in testKAnonFetchServerParameterUrlFlag()