Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistration.java55 @Nullable private String mPostBody; field in AsyncRegistration
79 mPostBody = builder.mPostBody; in AsyncRegistration()
103 && Objects.equals(mPostBody, that.mPostBody) in equals()
125 mPostBody, in hashCode()
217 return mPostBody; in getPostBody()
272 @Nullable private String mPostBody; field in AsyncRegistration.Builder
392 mPostBody = postBody; in setPostBody()