Searched refs:sMasterSyncAutomatically (Results 1 – 2 of 2) sorted by relevance
37 private static Map<Integer, Boolean> sMasterSyncAutomatically = new HashMap<>(); field in ShadowContentResolver65 return sMasterSyncAutomatically.getOrDefault(userId, true); in getMasterSyncAutomaticallyAsUser()70 sMasterSyncAutomatically.put(userId, sync); in setMasterSyncAutomaticallyAsUser()86 sMasterSyncAutomatically.put(userId, syncAutomatically); in setMasterSyncAutomatically()92 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()