Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java47 private HashMap<Long, Object> mUpdatedSyncStates; field in TransactionContext
104 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()