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()
102 && Objects.equals(mPostBody, that.mPostBody) in equals()
124 mPostBody, in hashCode()
216 return mPostBody; in getPostBody()
271 @Nullable private String mPostBody; field in AsyncRegistration.Builder
391 mPostBody = postBody; in setPostBody()