Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchRunner.java94 public void deleteExpiredCustomAudiences(@NonNull Instant jobStartTime) { in deleteExpiredCustomAudiences() argument
95 Objects.requireNonNull(jobStartTime); in deleteExpiredCustomAudiences()
99 mCustomAudienceDao.deleteAllExpiredCustomAudienceData(jobStartTime); in deleteExpiredCustomAudiences()
145 @NonNull Instant jobStartTime, in updateCustomAudience()
147 Objects.requireNonNull(jobStartTime); in updateCustomAudience()
156 jobStartTime, in updateCustomAudience()
211 @NonNull Instant jobStartTime, in fetchAndValidateCustomAudienceUpdatableData()
215 Objects.requireNonNull(jobStartTime); in fetchAndValidateCustomAudienceUpdatableData()
242 jobStartTime, in fetchAndValidateCustomAudienceUpdatableData()
DBackgroundFetchWorker.java148 Instant jobStartTime = mClock.instant(); in doRun() local
152 cleanupFledgeData(jobStartTime, backgroundFetchExecutionLogger) in doRun()
154 ignored -> getFetchDataList(shouldStop, jobStartTime), in doRun()
161 jobStartTime, in doRun()
178 @NonNull Instant jobStartTime, in updateData() argument
210 jobStartTime, fetchData), in updateData()
220 @NonNull Supplier<Boolean> shouldStop, @NonNull Instant jobStartTime) { in getFetchDataList() argument
228 jobStartTime, mFlags.getFledgeBackgroundFetchMaxNumUpdated()); in getFetchDataList()
232 Instant jobStartTime, BackgroundFetchExecutionLogger backgroundFetchExecutionLogger) { in cleanupFledgeData() argument
244 jobStartTime); in cleanupFledgeData()
DBackgroundFetchJobService.java112 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
114 .d("Starting FLEDGE background fetch job at %s", jobStartTime.toString()); in onStartJob()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderWorker.java128 @NonNull Supplier<Boolean> shouldStop, @NonNull Instant jobStartTime) { in getDebugReports() argument
141 jobStartTime, batchSizeForDebugReports); in getDebugReports()
153 private FluentFuture<Void> cleanupDebugReportsData(Instant jobStartTime) { in cleanupDebugReportsData() argument
156 jobStartTime.toString()); in cleanupDebugReportsData()
162 jobStartTime); in cleanupDebugReportsData()
201 Instant jobStartTime = mClock.instant();
202 return getDebugReports(shouldStop, jobStartTime)
205 ignored -> cleanupDebugReportsData(jobStartTime),
DDebugReportSenderJobService.java114 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
118 jobStartTime.toString()); in onStartJob()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DPermissionEventCleanupJobService.kt94 var jobStartTime: Long = -1L in getClearOldEventsCheckFrequencyMs() variable in com.android.permissioncontroller.permission.service.PermissionEventCleanupJobService
102 jobStartTime = System.currentTimeMillis() in getClearOldEventsCheckFrequencyMs()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DVerboseDebugReportingFallbackJobService.java87 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
91 jobStartTime.toString()); in onStartJob()
DDebugReportingFallbackJobService.java87 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
91 jobStartTime.toString()); in onStartJob()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchJobService.java108 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
110 .d("Starting FLEDGE key fetch job at %s", jobStartTime.toString()); in onStartJob()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationFallbackJobService.java99 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
103 jobStartTime.toString()); in onStartJob()
DAsyncRegistrationQueueJobService.java73 Instant jobStartTime = Clock.systemUTC().instant(); in onStartJob() local
77 jobStartTime.toString()); in onStartJob()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLoggerTest.java250 long jobStartTime = 100L; in testLogExecutionStats() local
253 long executionLatency = jobStopTime - jobStartTime; in testLogExecutionStats()
262 editor.putLong(keyJobStartTime, jobStartTime); in testLogExecutionStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DBackgroundFetchWorkerTest.java244 public void deleteExpiredCustomAudiences(@NonNull Instant jobStartTime) { in testRunBackgroundFetchThrowsTimeoutDuringUpdates() argument
250 @NonNull Instant jobStartTime, in testRunBackgroundFetchThrowsTimeoutDuringUpdates()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt897 var jobStartTime: Long = -1L variable in com.android.permissioncontroller.hibernation.HibernationJobService
913 jobStartTime = System.currentTimeMillis() in onStartJob()