Searched refs:syncAutomatically (Results 1 – 2 of 2) sorted by relevance
81 public static void setSyncAutomatically(String authority, boolean syncAutomatically) { in setSyncAutomatically() argument82 sSyncAutomatically.put(authority, syncAutomatically); in setSyncAutomatically()85 public static void setMasterSyncAutomatically(int userId, boolean syncAutomatically) { in setMasterSyncAutomatically() argument86 sMasterSyncAutomatically.put(userId, syncAutomatically); in setMasterSyncAutomatically()
288 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account, in onPreferenceTreeClick()300 boolean oldSyncState = syncAutomatically; in onPreferenceTreeClick()