Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java259 private static final String BUYER_DEBUG_REPORT_LOSS_PATH = "/buyer/reportLoss"; field in FledgeE2ETest
1921 .path(BUYER_DEBUG_REPORT_LOSS_PATH) in testFledgeFlowSuccessWithDebugReportingSentImmediately()
1944 BUYER_DEBUG_REPORT_LOSS_PATH + DEBUG_REPORT_WINNING_BID_RESPONSE, in testFledgeFlowSuccessWithDebugReportingSentImmediately()
1985 .path(BUYER_DEBUG_REPORT_LOSS_PATH) in testFledgeFlowSuccessWithDebugReportingSentInBatch()
2018 mLocalhostBuyerDomain.buildUpon().path(BUYER_DEBUG_REPORT_LOSS_PATH).build() in testFledgeFlowSuccessWithDebugReportingSentInBatch()
2080 .path(BUYER_DEBUG_REPORT_LOSS_PATH) in testFledgeFlowSuccessWithDebugReportingDisabledWhenLatEnabled()
2148 .path(BUYER_DEBUG_REPORT_LOSS_PATH) in testFledgeFlowSuccessWithDebugReportingDisabledWhenAdIdServiceDisabled()
4569 case BUYER_DEBUG_REPORT_LOSS_PATH + DEBUG_REPORT_WINNING_BID_RESPONSE: in getMockWebServer()