Searched refs:mMasterSyncAutomatically (Results 1 – 1 of 1) sorted by relevance
506 private SparseArray<Boolean> mMasterSyncAutomatically = new SparseArray<Boolean>(); field in SyncStorageEngine979 Boolean auto = mMasterSyncAutomatically.get(userId); in setMasterSyncAutomatically()983 mMasterSyncAutomatically.put(userId, flag); in setMasterSyncAutomatically()998 Boolean auto = mMasterSyncAutomatically.get(userId); in getMasterSyncAutomatically()1666 mMasterSyncAutomatically.put(0, listen); in readAccountInfoLocked()1798 mMasterSyncAutomatically.put(userId, listen); in parseListenForTickles()1966 final int M = mMasterSyncAutomatically.size(); in writeAccountInfoLocked()1968 int userId = mMasterSyncAutomatically.keyAt(m); in writeAccountInfoLocked()1969 Boolean listen = mMasterSyncAutomatically.valueAt(m); in writeAccountInfoLocked()