Home
last modified time | relevance | path

Searched refs:syncAdapterTypes (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java78 private static SyncAdapterType[] syncAdapterTypes; field in ShadowContentResolver
801 return syncAdapterTypes;
805 public static void setSyncAdapterTypes(SyncAdapterType[] syncAdapterTypes) {
806 ShadowContentResolver.syncAdapterTypes = syncAdapterTypes;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java795 SyncAdapterType[] syncAdapterTypes = in getSyncAdapterTypes() local
805 ShadowContentResolver.setSyncAdapterTypes(syncAdapterTypes); in getSyncAdapterTypes()
806 assertThat(ContentResolver.getSyncAdapterTypes()).isEqualTo(syncAdapterTypes); in getSyncAdapterTypes()