Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DLauncherItemMessageHelper.java38 public LauncherItemListMessage convertToMessage(List<LauncherItemMessage> msgList) { in convertToMessage() argument
39 if (msgList == null) { in convertToMessage()
43 LauncherItemListMessage.newBuilder().addAllLauncherItemMessage(msgList); in convertToMessage()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/apporder/
DAppOrderController.java194 List<LauncherItemMessage> msgList = new ArrayList<LauncherItemMessage>(); in handleAppListChange() local
196 msgList.add(currentItems.get(i).convertToMessage(i, -1)); in handleAppListChange()
198 LauncherItemListMessage appOrderListMessage = mItemHelper.convertToMessage(msgList); in handleAppListChange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java1410 HashMap<Long, Msg> msgList = new HashMap<Long, Msg>(); in initMsgList() local
1427 msgList.put(id, msg); in initMsgList()
1438 setMsgListMsg(msgList, true); in initMsgList()
2022 HashMap<Long, Msg> msgList = new HashMap<Long, Msg>(); in handleMsgListChangesMsg() local
2062 msgList.put(id, msg); in handleMsgListChangesMsg()
2222 msgList.put(id, msg); in handleMsgListChangesMsg()
2272 setMsgListMsg(msgList, listChanged); in handleMsgListChangesMsg()