Searched refs:getUpdatedSyncStates (Results 1 – 3 of 3) sorted by relevance
45 Set<Map.Entry<Long, Object>> newSync = context.getUpdatedSyncStates(); in testClearExceptSearchIndexUpdates_returnsNewSets()
132 public Set<Entry<Long, Object>> getUpdatedSyncStates() { in getUpdatedSyncStates() method in TransactionContext
2847 for (Map.Entry<Long, Object> entry : mTransactionContext.get().getUpdatedSyncStates()) { in flushTransactionalChanges()