Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DBackgroundFetchExecutionLoggerTest.java24 import static com.android.adservices.service.stats.BackgroundFetchExecutionLogger.MISSING_START_TIM…
25 import static com.android.adservices.service.stats.BackgroundFetchExecutionLogger.REPEATED_END_TIME…
65 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch()
66 new BackgroundFetchExecutionLogger(mClockMock, mAdServicesLoggerMock); in testBackgroundFetchExecutionLogger_SuccessBackgroundFetch()
86 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in testBackgroundFetchExecutionLogger_missingStartBackgroundFetch()
87 new BackgroundFetchExecutionLogger(mClockMock, mAdServicesLoggerMock); in testBackgroundFetchExecutionLogger_missingStartBackgroundFetch()
101 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in testBackgroundFetchExecutionLogger_repeatedEndBackgroundFetch()
102 new BackgroundFetchExecutionLogger(mClockMock, mAdServicesLoggerMock); in testBackgroundFetchExecutionLogger_repeatedEndBackgroundFetch()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchWorker.java38 import com.android.adservices.service.stats.BackgroundFetchExecutionLogger;
149 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger = in doRun()
179 @NonNull BackgroundFetchExecutionLogger backgroundFetchExecutionLogger) { in updateData()
232 Instant jobStartTime, BackgroundFetchExecutionLogger backgroundFetchExecutionLogger) { in cleanupFledgeData()
255 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger) { in getCloseBackgroundFetchExecutionLoggerCallback()
278 BackgroundFetchExecutionLogger backgroundFetchExecutionLogger,
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DCustomAudienceLoggerFactory.java63 public BackgroundFetchExecutionLogger getBackgroundFetchExecutionLogger() { in getBackgroundFetchExecutionLogger()
64 return new BackgroundFetchExecutionLogger(mClock, mAdServicesLogger); in getBackgroundFetchExecutionLogger()
DBackgroundFetchExecutionLogger.java32 public class BackgroundFetchExecutionLogger extends ApiServiceLatencyCalculator { class
48 public BackgroundFetchExecutionLogger( in BackgroundFetchExecutionLogger() method in BackgroundFetchExecutionLogger
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DBackgroundFetchWorkerTest.java66 import com.android.adservices.service.stats.BackgroundFetchExecutionLogger;
119 private BackgroundFetchExecutionLogger mBackgroundFetchExecutionLoggerSpy;
133 new BackgroundFetchExecutionLogger( in setup()