Searched refs:syncAutomatically (Results 1 – 2 of 2) sorted by relevance
91 public static void setSyncAutomatically(String authority, boolean syncAutomatically) { in setSyncAutomatically() argument92 sSyncAutomatically.put(authority, syncAutomatically); in setSyncAutomatically()95 public static void setMasterSyncAutomatically(int userId, boolean syncAutomatically) { in setMasterSyncAutomatically() argument96 sMasterSyncAutomatically.put(userId, syncAutomatically); in setMasterSyncAutomatically()
274 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account, in onPreferenceTreeClick()286 boolean oldSyncState = syncAutomatically; in onPreferenceTreeClick()