Searched refs:AsyncRegistrationContentProvider (Results 1 – 7 of 7) sorted by relevance
50 private AsyncRegistrationContentProvider mSpyContentProvider;55 mSpyContentProvider = Mockito.spy(new AsyncRegistrationContentProvider()); in setUp()
427 AsyncRegistrationContentProvider.TRIGGER_URI, in scheduleIfNeeded_killSwitchOff_previouslyExecuted_dontForceSchedule_dontSchedule()469 AsyncRegistrationContentProvider.TRIGGER_URI, in scheduleIfNeeded_diffJobInfo_doesSchedule()
268 AsyncRegistrationContentProvider.TRIGGER_URI)) {270 contentProviderClient.insert(AsyncRegistrationContentProvider.TRIGGER_URI, null);
27 public class AsyncRegistrationContentProvider extends ContentProvider { class
161 AsyncRegistrationContentProvider.TRIGGER_URI, in buildJobInfo()
71 import com.android.adservices.service.measurement.registration.AsyncRegistrationContentProvider;225 AsyncRegistrationContentProvider.TRIGGER_URI)) in E2EMockTest()230 eq(AsyncRegistrationContentProvider.TRIGGER_URI), any())) in E2EMockTest()231 .thenReturn(AsyncRegistrationContentProvider.TRIGGER_URI); in E2EMockTest()
74 import com.android.adservices.service.measurement.registration.AsyncRegistrationContentProvider;218 AsyncRegistrationContentProvider.TRIGGER_URI)) in before()223 eq(AsyncRegistrationContentProvider.TRIGGER_URI), any())) in before()224 .thenReturn(AsyncRegistrationContentProvider.TRIGGER_URI); in before()