Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java1047 ArgumentCaptor<GetAdSelectionDataApiCalledStats> argumentCaptorApiCalledStats = in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled() local
1141 .logGetAdSelectionDataApiCalledStats(argumentCaptorApiCalledStats.capture()); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1142 assertThat(argumentCaptorApiCalledStats.getValue().getStatusCode()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1144 assertThat(argumentCaptorApiCalledStats.getValue().getPayloadSizeKb()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1146 assertThat(argumentCaptorApiCalledStats.getValue().getNumBuyers()).isEqualTo(NUM_BUYERS); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1147 assertThat(argumentCaptorApiCalledStats.getValue().getServerAuctionCoordinatorSource()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1155 ArgumentCaptor<GetAdSelectionDataApiCalledStats> argumentCaptorApiCalledStats = in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator() local
1254 .logGetAdSelectionDataApiCalledStats(argumentCaptorApiCalledStats.capture()); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1255 assertThat(argumentCaptorApiCalledStats.getValue().getStatusCode()) in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1257 assertThat(argumentCaptorApiCalledStats.getValue().getPayloadSizeKb()) in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
[all …]