Searched refs:RE_CONSENT_STATUS (Results 1 – 2 of 2) sorted by relevance
68 static final String RE_CONSENT_STATUS = "re_consent_status"; field in ConsentNotificationJobService104 bundle.putBoolean(RE_CONSENT_STATUS, reConsentStatus); in schedule()235 boolean reConsentStatus = params.getExtras().getBoolean(RE_CONSENT_STATUS, false); in onStartJob()
29 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()