Searched refs:ADID_ENABLE_STATUS (Results 1 – 2 of 2) sorted by relevance
67 static final String ADID_ENABLE_STATUS = "adid_enable_status"; field in ConsentNotificationJobService102 bundle.putBoolean(ADID_ENABLE_STATUS, adidEnabled); in schedule()
27 …port static com.android.adservices.service.common.ConsentNotificationJobService.ADID_ENABLE_STATUS;220 when(mPersistableBundle.getBoolean(eq(ADID_ENABLE_STATUS), anyBoolean())).thenReturn(true); in testOnStartJobAsyncUtilExecute_ReconsentFalse()