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.java91 public static void setSyncAutomatically(String authority, boolean syncAutomatically) { in setSyncAutomatically() argument
92 sSyncAutomatically.put(authority, syncAutomatically); in setSyncAutomatically()
95 public static void setMasterSyncAutomatically(int userId, boolean syncAutomatically) { in setMasterSyncAutomatically() argument
96 sMasterSyncAutomatically.put(userId, syncAutomatically); in setMasterSyncAutomatically()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java274 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account, in onPreferenceTreeClick()
286 boolean oldSyncState = syncAutomatically; in onPreferenceTreeClick()