Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchWorker.java149 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in doRun() local
152 cleanupFledgeData(jobStartTime, backgroundFetchExecutionLogger) in doRun()
162 backgroundFetchExecutionLogger), in doRun()
169 getCloseBackgroundFetchExecutionLoggerCallback(backgroundFetchExecutionLogger), in doRun()
179 @NonNull BackgroundFetchExecutionLogger backgroundFetchExecutionLogger) { in updateData() argument
182 backgroundFetchExecutionLogger.setNumOfEligibleToUpdateCAs(0); in updateData()
187 backgroundFetchExecutionLogger.setNumOfEligibleToUpdateCAs(fetchDataList.size()); in updateData()
232 Instant jobStartTime, BackgroundFetchExecutionLogger backgroundFetchExecutionLogger) { in cleanupFledgeData() argument
238 backgroundFetchExecutionLogger.start(); in cleanupFledgeData()
239 backgroundFetchExecutionLogger.setNumOfEligibleToUpdateCAs( in cleanupFledgeData()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DBackgroundFetchExecutionLoggerTest.java65 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch() local
67 backgroundFetchExecutionLogger.start(); in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch()
68 backgroundFetchExecutionLogger.close(NUM_OF_ELIGIBLE_TO_UPDATE_CAS, STATUS_SUCCESS); in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch()
86 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in testBackgroundFetchExecutionLogger_missingStartBackgroundFetch() local
92 backgroundFetchExecutionLogger.close( in testBackgroundFetchExecutionLogger_missingStartBackgroundFetch()
101 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in testBackgroundFetchExecutionLogger_repeatedEndBackgroundFetch() local
103 backgroundFetchExecutionLogger.start(); in testBackgroundFetchExecutionLogger_repeatedEndBackgroundFetch()
104 backgroundFetchExecutionLogger.close(NUM_OF_ELIGIBLE_TO_UPDATE_CAS, STATUS_INTERNAL_ERROR); in testBackgroundFetchExecutionLogger_repeatedEndBackgroundFetch()
109 backgroundFetchExecutionLogger.close( in testBackgroundFetchExecutionLogger_repeatedEndBackgroundFetch()