Home
last modified time | relevance | path

Searched refs:ShadowContentResolver (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java84 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 …]
DLazyApplicationShadowTest.java27 ShadowContentResolver.getProvider(Uri.parse("content://my.provider")); in testShadowContentResolverGetProvider_doesNotCrash_whenLazyLoading()
DShadowContentProviderClientTest.java40 ShadowContentResolver.registerProviderInternal(AUTHORITY, provider); in setUp()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
DContentProviderController.java12 import org.robolectric.shadows.ShadowContentResolver;
82 ShadowContentResolver.registerProviderInternal(authority, contentProvider); in create()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java69 public class ShadowContentResolver { class
557 ShadowContentResolver.Status status = getStatus(account, authority); in isSyncActive()
962 ShadowContentResolver.syncAdapterTypes = syncAdapterTypes; in setSyncAdapterTypes()