Searched refs:itemsList (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 616 List<AvrcpItem> itemsList = new ArrayList<>(); in handleGetFolderItemsRsp() local 625 itemsList.add(item); in handleGetFolderItemsRsp() 631 AvrcpControllerStateMachine.MESSAGE_PROCESS_GET_FOLDER_ITEMS, itemsList); in handleGetFolderItemsRsp() 635 void handleGetPlayerItemsRsp(BluetoothDevice device, List<AvrcpPlayer> itemsList) { in handleGetPlayerItemsRsp() argument 639 AvrcpControllerStateMachine.MESSAGE_PROCESS_GET_PLAYER_ITEMS, itemsList); in handleGetPlayerItemsRsp()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupUtil.java | 143 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/ |
D | PickerViewModel.java | 493 final List<Item> itemsList = new ArrayList<>(); in resetAllContentInCurrentProfile() local 494 itemsList.add(Item.EMPTY_VIEW); in resetAllContentInCurrentProfile() 497 mItemsResult.postValue(new PaginatedItemsResult(itemsList, ACTION_CLEAR_GRID)), in resetAllContentInCurrentProfile()
|