Searched refs:paramKey (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | PrebuiltLogicGeneratorTest.java | 60 String paramKey = "bidFloor"; in testPrebuiltLogicRunnerGeneratesWaterfallScriptSuccess() local 69 paramKey, in testPrebuiltLogicRunnerGeneratesWaterfallScriptSuccess() 75 String.format(NAMED_PARAM_TEMPLATE, paramKey), paramValue), in testPrebuiltLogicRunnerGeneratesWaterfallScriptSuccess() 81 String paramKey = "bidFloor"; in testPrebuiltLogicRunnerNotPrebuiltSchemaReturnFalseSuccess() local 90 paramKey, in testPrebuiltLogicRunnerNotPrebuiltSchemaReturnFalseSuccess() 98 String paramKey = "reportingUrl"; in testPrebuiltLogicRunnerGeneratesPickHighestBidScoringScriptSuccessfully() local 107 paramKey, in testPrebuiltLogicRunnerGeneratesPickHighestBidScoringScriptSuccessfully() 113 String.format(NAMED_PARAM_TEMPLATE, paramKey), paramValue), in testPrebuiltLogicRunnerGeneratesPickHighestBidScoringScriptSuccessfully() 191 String paramKey = "bidFloor"; in testPrebuiltLogicFeatureFlagDisabledPrebuiltUriFailure() local 200 paramKey, in testPrebuiltLogicFeatureFlagDisabledPrebuiltUriFailure()
|
D | JsFetcherTest.java | 331 String paramKey = "bidFloor"; in testGetOutcomeSelectionLogicJsWithPrebuiltUri_featureDisabled_failure() local 340 paramKey, in testGetOutcomeSelectionLogicJsWithPrebuiltUri_featureDisabled_failure() 360 String.format(NAMED_PARAM_TEMPLATE, paramKey), paramValue), in testGetOutcomeSelectionLogicJsWithPrebuiltUri_featureDisabled_failure()
|
D | AdOutcomeSelectorImplTest.java | 405 String paramKey = "bidFloor"; in testAdOutcomeSelectorWithPrebuiltUriReturnsOutcomeSuccess() local 414 paramKey, in testAdOutcomeSelectorWithPrebuiltUriReturnsOutcomeSuccess()
|
D | AdSelectionFromOutcomesE2ETest.java | 690 String paramKey = "bidFloor"; in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess() local 699 paramKey, in testSelectAdsFromOutcomesWaterfallMediationPrebuiltUriSuccess()
|
D | AdSelectionE2ETest.java | 1721 String paramKey = "reportingUrl"; in testRunAdSelectionSuccess_prebuiltScoringLogic() local 1734 paramKey, in testRunAdSelectionSuccess_prebuiltScoringLogic() 1843 String paramKey = "reportingUrl"; in testRunAdSelectionSuccess_prebuiltFeatureDisabled_failure() local 1856 paramKey, in testRunAdSelectionSuccess_prebuiltFeatureDisabled_failure() 3593 String paramKey = "reportingUrl"; in testRunAdSelectionOnlyContextualAds_NoCAsNoNetworkCall_Success() local 3602 paramKey, in testRunAdSelectionOnlyContextualAds_NoCAsNoNetworkCall_Success()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipMessageUtils.java | 70 private static String addParamToHeader(String headerValue, String paramKey, String paramValue) { in addParamToHeader() argument 71 headerValue += PARAM_SEPARATOR + paramKey.trim() + PARAM_KEY_VALUE_SEPARATOR in addParamToHeader()
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | FledgeCtsDebuggableTest.java | 1100 String paramKey = "reportingUrl"; in testFledgeAuctionSelectionFlow_scoringPrebuilt_Success() local 1112 paramKey, in testFledgeAuctionSelectionFlow_scoringPrebuilt_Success() 2710 String paramKey = "bidFloor"; in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsOutcomeSuccess() local 2719 paramKey, in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsOutcomeSuccess() 2754 String paramKey = "bidFloor"; in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsNoOutcomeSuccess() local 2763 paramKey, in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsNoOutcomeSuccess()
|