Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DEnqueueAsyncRegistrationTest.java489 Assert.assertNotNull(asyncRegistration.getPostBody()); in testAppRegistrationRequestWithPostBody_isValid()
490 Assert.assertEquals(POST_BODY, asyncRegistration.getPostBody()); in testAppRegistrationRequestWithPostBody_isValid()
929 Assert.assertNull(asyncRegistration1.getPostBody()); in testAppSourcesRegistrationRequest_navigationWithoutPostBody_isValid()
939 Assert.assertNull(asyncRegistration2.getPostBody()); in testAppSourcesRegistrationRequest_navigationWithoutPostBody_isValid()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistration.java216 public String getPostBody() { in getPostBody() method in AsyncRegistration
DAsyncSourceFetcher.java911 String body = asyncRegistration.getPostBody(); in fetchSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java3122 asyncRegistration.getPostBody());
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java6717 assertEquals(asyncRegistration.getPostBody(), validAsyncRegistration.getPostBody()); in testInsertAsyncRegistration()