Home
last modified time | relevance | path

Searched refs:setSyncAutomatically (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountSyncPreferenceControllerTest.java142 ShadowContentResolver.setSyncAutomatically("authority", false); in updateSummary_syncDisabled_shouldNotCount()
178 ShadowContentResolver.setSyncAutomatically("authority4", false); in updateSummary_multipleSyncAdapters_shouldSetSummary()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowContentResolver.java91 public static void setSyncAutomatically(String authority, boolean syncAutomatically) { in setSyncAutomatically() method in ShadowContentResolver
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java528 ContentResolver.setSyncAutomatically( in turnSyncOn()
551 ContentResolver.setSyncAutomatically(new Account(account.name, account.type), in onEnableAutoSync()