Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DConsentNotificationJobService.java224 boolean isEeaNotification = in onStartJob()
229 mConsentManager.isAdIdEnabled(), mUxStatesManager.isEeaDevice(), isEeaNotification); in onStartJob()
231 mConsentManager.recordMeasurementDefaultConsent(!isEeaNotification); in onStartJob()
233 mConsentManager.recordDefaultConsent(!isEeaNotification); in onStartJob()
258 isEeaNotification); in onStartJob() local
264 .execute(this, isEeaNotification); in onStartJob()
312 private void handleOtaResources(long firstEntryRequestTimestamp, boolean isEeaNotification) { in handleOtaResources() argument
316 AdServicesSyncUtil.getInstance().execute(this, isEeaNotification); in handleOtaResources()
318 sendNotificationIfOtaResourcesDownloadCompleted(isEeaNotification); in handleOtaResources()
322 private void sendNotificationIfOtaResourcesDownloadCompleted(boolean isEeaNotification) { in sendNotificationIfOtaResourcesDownloadCompleted() argument
[all …]