Searched refs:mMasterSyncAutomatically (Results 1 – 1 of 1) sorted by relevance
488 private SparseArray<Boolean> mMasterSyncAutomatically = new SparseArray<Boolean>(); field in SyncStorageEngine960 Boolean auto = mMasterSyncAutomatically.get(userId); in setMasterSyncAutomatically()964 mMasterSyncAutomatically.put(userId, flag); in setMasterSyncAutomatically()979 Boolean auto = mMasterSyncAutomatically.get(userId); in getMasterSyncAutomatically()1662 mMasterSyncAutomatically.put(0, listen == null || Boolean.parseBoolean(listen)); in readAccountInfoLocked()1798 mMasterSyncAutomatically.put(userId, listen); in parseListenForTickles()1982 final int M = mMasterSyncAutomatically.size(); in writeAccountInfoLocked()1984 int userId = mMasterSyncAutomatically.keyAt(m); in writeAccountInfoLocked()1985 Boolean listen = mMasterSyncAutomatically.valueAt(m); in writeAccountInfoLocked()