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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DTransactionContext.java40 private HashMap<Long, Object> mUpdatedSyncStates = Maps.newHashMap(); field in class:TransactionContext
63 mUpdatedSyncStates.put(rowId, data);
95 return mUpdatedSyncStates.entrySet();
109 mUpdatedSyncStates.clear();

Completed in 192 milliseconds