Searched refs:updatedList (Results 1 – 3 of 3) sorted by relevance
295 ArrayList<String> updatedList = new ArrayList<>(); in updateSecondaryVersionCounter() local318 updatedList.add(contactId); in updateSecondaryVersionCounter()325 Log.v(TAG, "updated list =" + updatedList); in updateSecondaryVersionCounter()332 for (String contact : updatedList) { in updateSecondaryVersionCounter()388 for (String contact : updatedList) { in updateSecondaryVersionCounter()
484 List<Integer> updatedList = new ArrayList<>(); in doInBackground() local491 updatedList.add(id); in doInBackground()494 return updatedList; in doInBackground()
635 List<Item> updatedList = in loadItemsAsync() local638 updatedList.addAll(newPageItemList); in loadItemsAsync()645 mItemsResult.postValue(new PaginatedItemsResult(updatedList, action)); in loadItemsAsync()931 List<Item> updatedList = mCategoryItemsResult.getValue() == null || isReset in loadCategoryItemsAsync() local933 updatedList.addAll(newPageItemList); in loadCategoryItemsAsync()939 + category + " " + updatedList.size()); in loadCategoryItemsAsync()945 mCategoryItemsResult.postValue(new PaginatedItemsResult(updatedList, action)); in loadCategoryItemsAsync()