Home
last modified time | relevance | path

Searched refs:mMasterSyncAutomatically (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java501 private SparseArray<Boolean> mMasterSyncAutomatically = new SparseArray<Boolean>(); field in SyncStorageEngine
1056 Boolean auto = mMasterSyncAutomatically.get(userId); in setMasterSyncAutomatically()
1060 mMasterSyncAutomatically.put(userId, flag); in setMasterSyncAutomatically()
1074 Boolean auto = mMasterSyncAutomatically.get(userId); in getMasterSyncAutomatically()
1884 mMasterSyncAutomatically.put(0, listen == null || Boolean.parseBoolean(listen)); in readAccountInfoLocked()
2018 mMasterSyncAutomatically.put(userId, listen); in parseListenForTickles()
2203 final int M = mMasterSyncAutomatically.size(); in writeAccountInfoLocked()
2205 int userId = mMasterSyncAutomatically.keyAt(m); in writeAccountInfoLocked()
2206 Boolean listen = mMasterSyncAutomatically.valueAt(m); in writeAccountInfoLocked()