Searched refs:ShadowContentResolver (Results 1 – 5 of 5) sorted by relevance
84 private ShadowContentResolver shadowContentResolver;115 ShadowContentResolver.registerProviderInternal( in getType_shouldReturnProviderValue()354 ShadowContentResolver.registerProviderInternal(AUTHORITY, cp); in acquireUnstableProvider_shouldReturnWithUri()363 ShadowContentResolver.registerProviderInternal(AUTHORITY, cp); in acquireUnstableProvider_shouldReturnWithString()377 ShadowContentResolver.registerProviderInternal(AUTHORITY, provider); in call_shouldCallProvider()468 ShadowContentResolver.registerProviderInternal(AUTHORITY, myContentProvider); in openInputStream_returnsProviderInputStream()681 ShadowContentResolver.NotifiedUri uri = shadowContentResolver.getNotifiedUris().get(0); in shouldTrackNotifiedUris()702 ShadowContentResolver.NotifiedUri uri = shadowContentResolver.getNotifiedUris().get(0); in notifyChangeWithFlags_shouldTrackNotifiedUris()722 ShadowContentResolver.registerProviderInternal( in applyBatchForRegisteredProvider()813 ShadowContentResolver.Status status = ShadowContentResolver.getStatus(a, AUTHORITY, true); in shouldKeepTrackOfSyncRequests()[all …]
27 ShadowContentResolver.getProvider(Uri.parse("content://my.provider")); in testShadowContentResolverGetProvider_doesNotCrash_whenLazyLoading()
40 ShadowContentResolver.registerProviderInternal(AUTHORITY, provider); in setUp()
12 import org.robolectric.shadows.ShadowContentResolver;82 ShadowContentResolver.registerProviderInternal(authority, contentProvider); in create()
69 public class ShadowContentResolver { class557 ShadowContentResolver.Status status = getStatus(account, authority); in isSyncActive()962 ShadowContentResolver.syncAdapterTypes = syncAdapterTypes; in setSyncAdapterTypes()