Searched refs:sSyncAutomatically (Results 1 – 2 of 2) sorted by relevance
41 private static Map<String, Boolean> sSyncAutomatically = new HashMap<>(); field in ShadowContentResolver66 return sSyncAutomatically.containsKey(authority) ? sSyncAutomatically.get(authority) : true; in getSyncAutomaticallyAsUser()92 sSyncAutomatically.put(authority, syncAutomatically); in setSyncAutomatically()101 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()