Searched refs:mUpdatedSyncStates (Results 1 – 1 of 1) sorted by relevance
47 private HashMap<Long, Object> mUpdatedSyncStates; field in TransactionContext104 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap(); in syncStateUpdated()105 mUpdatedSyncStates.put(rowId, data); in syncStateUpdated()159 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap(); in getUpdatedSyncStates()160 return mUpdatedSyncStates.entrySet(); in getUpdatedSyncStates()176 mUpdatedSyncStates = null; in clearExceptSearchIndexUpdates()