Searched refs:BackgroundFetchExecutionLogger (Results 1 – 5 of 5) sorted by relevance
24 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()
38 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,
63 public BackgroundFetchExecutionLogger getBackgroundFetchExecutionLogger() { in getBackgroundFetchExecutionLogger()64 return new BackgroundFetchExecutionLogger(mClock, mAdServicesLogger); in getBackgroundFetchExecutionLogger()
32 public class BackgroundFetchExecutionLogger extends ApiServiceLatencyCalculator { class48 public BackgroundFetchExecutionLogger( in BackgroundFetchExecutionLogger() method in BackgroundFetchExecutionLogger
66 import com.android.adservices.service.stats.BackgroundFetchExecutionLogger;119 private BackgroundFetchExecutionLogger mBackgroundFetchExecutionLoggerSpy;133 new BackgroundFetchExecutionLogger( in setup()