Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DConsentNotificationJobService.java65 static final long MILLISECONDS_IN_THE_DAY = 86400000L; field in ConsentNotificationJobService
147 return MILLISECONDS_IN_THE_DAY in calculateInitialDelay()
172 return MILLISECONDS_IN_THE_DAY in calculateDeadline()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DConsentNotificationJobServiceTest.java28 …static com.android.adservices.service.common.ConsentNotificationJobService.MILLISECONDS_IN_THE_DAY;
331 long midnight = MILLISECONDS_IN_THE_DAY - (mIntervalEndMs + delay); in testDelaysWhenCalledAfterTheInterval()