Home
last modified time | relevance | path

Searched refs:updatedList (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java295 ArrayList<String> updatedList = new ArrayList<>(); in updateSecondaryVersionCounter() local
318 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()
/packages/apps/Camera2/src/com/android/camera/data/
DCameraFilmstripDataAdapter.java484 List<Integer> updatedList = new ArrayList<>(); in doInBackground() local
491 updatedList.add(id); in doInBackground()
494 return updatedList; in doInBackground()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java635 List<Item> updatedList = in loadItemsAsync() local
638 updatedList.addAll(newPageItemList); in loadItemsAsync()
645 mItemsResult.postValue(new PaginatedItemsResult(updatedList, action)); in loadItemsAsync()
931 List<Item> updatedList = mCategoryItemsResult.getValue() == null || isReset in loadCategoryItemsAsync() local
933 updatedList.addAll(newPageItemList); in loadCategoryItemsAsync()
939 + category + " " + updatedList.size()); in loadCategoryItemsAsync()
945 mCategoryItemsResult.postValue(new PaginatedItemsResult(updatedList, action)); in loadCategoryItemsAsync()