Searched refs:mMasterSyncAutomatically (Results 1 – 1 of 1) sorted by relevance
513 private SparseArray<Boolean> mMasterSyncAutomatically = new SparseArray<Boolean>(); field in SyncStorageEngine1033 Boolean auto = mMasterSyncAutomatically.get(userId); in setMasterSyncAutomatically()1037 mMasterSyncAutomatically.put(userId, flag); in setMasterSyncAutomatically()1053 Boolean auto = mMasterSyncAutomatically.get(userId); in getMasterSyncAutomatically()1721 mMasterSyncAutomatically.put(0, listen); in readAccountInfoLocked()1853 mMasterSyncAutomatically.put(userId, listen); in parseListenForTickles()2021 final int M = mMasterSyncAutomatically.size(); in writeAccountInfoLocked()2023 int userId = mMasterSyncAutomatically.keyAt(m); in writeAccountInfoLocked()2024 Boolean listen = mMasterSyncAutomatically.valueAt(m); in writeAccountInfoLocked()