Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java534 List<AvrcpItem> itemsList = new ArrayList<>(); in handleGetFolderItemsRsp() local
543 itemsList.add(item); in handleGetFolderItemsRsp()
549 AvrcpControllerStateMachine.MESSAGE_PROCESS_GET_FOLDER_ITEMS, itemsList); in handleGetFolderItemsRsp()
553 void handleGetPlayerItemsRsp(BluetoothDevice device, List<AvrcpPlayer> itemsList) { in handleGetPlayerItemsRsp() argument
557 AvrcpControllerStateMachine.MESSAGE_PROCESS_GET_PLAYER_ITEMS, itemsList); in handleGetPlayerItemsRsp()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java143 Fragment fragment, String itemsList, String sendScheme, String title) { in startSendToSelectionActivity() argument
145 Uri.fromParts(sendScheme, itemsList, null)); in startSendToSelectionActivity()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java503 final List<Item> itemsList = new ArrayList<>(); in resetAllContentInCurrentProfile() local
504 itemsList.add(Item.EMPTY_VIEW); in resetAllContentInCurrentProfile()
507 mItemsResult.postValue(new PaginatedItemsResult(itemsList, ACTION_CLEAR_GRID)), in resetAllContentInCurrentProfile()