Searched refs:ShadowContentResolver (Results 1 – 4 of 4) sorted by relevance
39 private ShadowContentResolver shadowContentResolver;190 ShadowContentResolver.NotifiedUri uri = shadowContentResolver.getNotifiedUris().get(0); in shouldTrackNotifiedUris()236 ShadowContentResolver.Status status = ShadowContentResolver.getStatus(a, AUTHORITY, true); in shouldKeepTrackOfSyncRequests()264 ShadowContentResolver.Status status = ShadowContentResolver.getStatus(a, AUTHORITY); in shouldAddPeriodicSync()275 assertThat(ShadowContentResolver.getStatus(a, AUTHORITY).syncs.size(), is(0)); in shouldRemovePeriodSync()321 ShadowContentResolver.registerProvider(AUTHORITY, new ContentProvider() { in shouldDelegateCallsToRegisteredProvider()
7 import com.xtremelabs.robolectric.shadows.ShadowContentResolver;27 ShadowContentResolver shadowContentResolver = shadowOf(contentResolver); in setup()
180 ShadowContentResolver.class, in getDefaultShadowClasses()376 ShadowContentResolver.reset(); in resetStaticState()553 public static ShadowContentResolver shadowOf(ContentResolver instance) { in shadowOf()554 return (ShadowContentResolver) shadowOf_(instance); in shadowOf()
19 public class ShadowContentResolver { class