Home
last modified time | relevance | path

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

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java833 List<SyncInfo> syncs = ContentResolver.getCurrentSyncs(); in shouldGetCurrentSyncs()
845 List<SyncInfo> syncsAgain = ContentResolver.getCurrentSyncs(); in shouldGetCurrentSyncs()
853 List<SyncInfo> s = ContentResolver.getCurrentSyncs(); in shouldGetCurrentSyncs()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java563 protected static List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ShadowContentResolver