Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DEnqueueAsyncRegistration.java56 @Nullable String postBody, in appSourceOrTriggerRegistrationRequest() argument
81 postBody, in appSourceOrTriggerRegistrationRequest()
187 @Nullable String postBody,
212 postBody,
235 String postBody,
256 .setPostBody(postBody)
DAsyncRegistration.java391 public Builder setPostBody(@Nullable String postBody) { in setPostBody() argument
392 mPostBody = postBody; in setPostBody()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DMeasurementImpl.java301 @Nullable String postBody, in registerEvent() argument
331 postBody, in registerEvent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java10293 RegistrationRequest registrationRequest, String postBody) { in appSourceRegistrationRequestWithPostBody() argument
10312 postBody); in appSourceRegistrationRequestWithPostBody()
10364 String postBody) { in createAsyncRegistration() argument
10386 .setPostBody(postBody) in createAsyncRegistration()