Searched refs:postPlainText (Results 1 – 6 of 6) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | EventReporter.java | 254 mAdServicesHttpsClient.postPlainText(uri, eventData, mDevContext));
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | ReportEventImplTest.java | 391 .postPlainText( in testImplDoesNotCrashAfterSellerReportingThrowsAnException() 476 .postPlainText( in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
|
D | AuctionServerE2ETest.java | 1993 .postPlainText(any(Uri.class), any(String.class), any(DevContext.class)); in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled() 2112 .postPlainText( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled() 2118 .postPlainText( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled() 2181 .postPlainText(any(Uri.class), any(String.class), any(DevContext.class)); in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled() 2300 .postPlainText( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled() 2306 .postPlainText( in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()
|
D | ReportAndRegisterEventFallbackImplTest.java | 319 .postPlainText(reportingUri, mEventData, DevContext.createForDevOptionsDisabled()); in testImplDoesNotCrashAfterSellerReportingThrowsAnException() 440 .postPlainText(reportingUri, mEventData, DevContext.createForDevOptionsDisabled()); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/ |
D | AdServicesHttpsClient.java | 533 public ListenableFuture<Void> postPlainText( in postPlainText() method in AdServicesHttpsClient
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/httpclient/ |
D | AdServicesHttpsClientTest.java | 1245 return mClient.postPlainText(uri, data, devContext).get(); in postJson()
|