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.java48 private ArrayMap<Long, Object> mUpdatedSyncStates; field in TransactionContext
105 if (mUpdatedSyncStates == null) mUpdatedSyncStates = new ArrayMap<>(); in syncStateUpdated()
106 mUpdatedSyncStates.put(rowId, data); in syncStateUpdated()
160 if (mUpdatedSyncStates == null) mUpdatedSyncStates = new ArrayMap<>(); in getUpdatedSyncStates()
161 return mUpdatedSyncStates.entrySet(); in getUpdatedSyncStates()
177 mUpdatedSyncStates = null; in clearExceptSearchIndexUpdates()