Searched defs:mMasterSyncAutomatically (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java399 private SparseArray<Boolean> mMasterSyncAutomatically = new SparseArray<Boolean>(); field in class:SyncStorageEngine
831 Boolean auto = mMasterSyncAutomatically.get(userId);
835 mMasterSyncAutomatically.put(userId, flag);
849 Boolean auto = mMasterSyncAutomatically.get(userId);
1478 mMasterSyncAutomatically.put(0, listen == null || Boolean.parseBoolean(listen));
1613 mMasterSyncAutomatically.put(userId, listen);
1791 final int M = mMasterSyncAutomatically.size();
1793 int userId = mMasterSyncAutomatically.keyAt(m);
1794 Boolean listen = mMasterSyncAutomatically.valueAt(m);

Completed in 226 milliseconds