Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/apporder/
DAppOrderController.java146 List<LauncherItem> customOrder = new ArrayList<>(); in maybePublishAppList() local
150 customOrder.add(mLauncherItemMap.get(name)); in maybePublishAppList()
154 mCustomizedOrder.addAll(customOrder); in maybePublishAppList()
165 customOrder.add(mLauncherItemMap.get(newAppName)); in maybePublishAppList()
168 mCustomizedOrder.addAll(customOrder); in maybePublishAppList()
169 mCurrentAppList.postValue(customOrder); in maybePublishAppList()