Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowContentResolver.java81 public static void setSyncAutomatically(String authority, boolean syncAutomatically) { in setSyncAutomatically() argument
82 sSyncAutomatically.put(authority, syncAutomatically); in setSyncAutomatically()
85 public static void setMasterSyncAutomatically(int userId, boolean syncAutomatically) { in setMasterSyncAutomatically() argument
86 sMasterSyncAutomatically.put(userId, syncAutomatically); in setMasterSyncAutomatically()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java288 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account, in onPreferenceTreeClick()
300 boolean oldSyncState = syncAutomatically; in onPreferenceTreeClick()