Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DConsentNotificationJobService.java68 static final String RE_CONSENT_STATUS = "re_consent_status"; field in ConsentNotificationJobService
104 bundle.putBoolean(RE_CONSENT_STATUS, reConsentStatus); in schedule()
235 boolean reConsentStatus = params.getExtras().getBoolean(RE_CONSENT_STATUS, false); in onStartJob()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DConsentNotificationJobServiceTest.java29 import static com.android.adservices.service.common.ConsentNotificationJobService.RE_CONSENT_STATUS;
221 when(mPersistableBundle.getBoolean(eq(RE_CONSENT_STATUS), anyBoolean())).thenReturn(false); in testOnStartJobAsyncUtilExecute_ReconsentFalse()