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 ArrayMap<Long, Object> mUpdatedSyncStates; field in TransactionContext
88 if (mUpdatedSyncStates == null) mUpdatedSyncStates = new ArrayMap<>(); in syncStateUpdated()
89 mUpdatedSyncStates.put(rowId, data); in syncStateUpdated()
133 if (mUpdatedSyncStates == null) mUpdatedSyncStates = new ArrayMap<>(); in getUpdatedSyncStates()
134 return mUpdatedSyncStates.entrySet(); in getUpdatedSyncStates()
150 mUpdatedSyncStates = null; in clearExceptSearchIndexUpdates()