Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DConsentNotificationJobService.java88 long firstEntryRequestTimestamp = in schedule() local
90 if (firstEntryRequestTimestamp == currentTimestamp) { in schedule()
99 LogUtil.d(FIRST_ENTRY_REQUEST_TIMESTAMP + ": " + firstEntryRequestTimestamp); in schedule()
103 bundle.putLong(FIRST_ENTRY_REQUEST_TIMESTAMP, firstEntryRequestTimestamp); in schedule()
312 private void handleOtaResources(long firstEntryRequestTimestamp, boolean isEeaNotification) { in handleOtaResources() argument
313 if (System.currentTimeMillis() - firstEntryRequestTimestamp in handleOtaResources()