Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportSenderWorkerTest.java68 @Mock private AdServicesHttpsClient mHttpsClient; field in DebugReportSenderWorkerTest
81 mAdSelectionDebugReportDao, mHttpsClient, mFlags, mClockMock); in setup()
88 () -> new DebugReportSenderWorker(null, mHttpsClient, mFlags, mClockMock)); in testNullParamsInConstructor()
98 mAdSelectionDebugReportDao, mHttpsClient, null, mClockMock)); in testNullParamsInConstructor()
103 mAdSelectionDebugReportDao, mHttpsClient, mFlags, null)); in testNullParamsInConstructor()
110 .when(mHttpsClient) in testRunDebugReportSenderSuccess()
124 verify(mHttpsClient, times(debugReportCount)) in testRunDebugReportSenderSuccess()
136 when(mHttpsClient.getAndReadNothing(any(Uri.class), any(DevContext.class))) in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
151 verify(mHttpsClient, times(debugReportCount)) in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
164 when(mHttpsClient.getAndReadNothing(any(Uri.class), any(DevContext.class))) in testRunDebugReportSenderDoesNotFailsOnException()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderStrategyHttpImpl.java41 @NonNull private final AdServicesHttpsClient mHttpsClient; field in DebugReportSenderStrategyHttpImpl
49 mHttpsClient = adServicesHttpsClient; in DebugReportSenderStrategyHttpImpl()
76 return mHttpsClient.getAndReadNothing(uri, mDevContext); in flush()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchRunner.java60 private final AdServicesHttpsClient mHttpsClient; field in BackgroundFetchRunner
81 mHttpsClient = in BackgroundFetchRunner()
229 return FluentFuture.from(mHttpsClient.fetchPayload(dailyFetchUri, devContext)) in fetchAndValidateCustomAudienceUpdatableData()