Searched refs:sMasterSyncAutomatically (Results 1 – 2 of 2) sorted by relevance
42 private static Map<Integer, Boolean> sMasterSyncAutomatically = new HashMap<>(); field in ShadowContentResolver79 return sMasterSyncAutomatically.containsKey(userId) in getMasterSyncAutomaticallyAsUser()80 ? sMasterSyncAutomatically.get(userId) : true; in getMasterSyncAutomaticallyAsUser()96 sMasterSyncAutomatically.put(userId, syncAutomatically); in setMasterSyncAutomatically()102 sMasterSyncAutomatically.clear(); in reset()
51 private static Map<Integer, Boolean> sMasterSyncAutomatically = new HashMap<>(); field in ShadowContentResolver75 return sMasterSyncAutomatically.getOrDefault(userId, true); in getMasterSyncAutomaticallyAsUser()106 sMasterSyncAutomatically.put(userId, sync); in setMasterSyncAutomaticallyAsUser()156 sMasterSyncAutomatically.clear(); in reset()