Searched refs:sSyncAutomatically (Results 1 – 2 of 2) sorted by relevance
36 private static Map<String, Boolean> sSyncAutomatically = new HashMap<>(); field in ShadowContentResolver52 return sSyncAutomatically.getOrDefault(authority, true); in getSyncAutomaticallyAsUser()82 sSyncAutomatically.put(authority, syncAutomatically); in setSyncAutomatically()91 sSyncAutomatically.clear(); in reset()
50 private static Map<String, Boolean> sSyncAutomatically = new HashMap<>(); field in ShadowContentResolver70 return sSyncAutomatically.getOrDefault(authority, true); in getSyncAutomaticallyAsUser()101 sSyncAutomatically.put(authority, sync); in setSyncAutomaticallyAsUser()155 sSyncAutomatically.clear(); in reset()