Searched refs:launcherListCopy (Results 1 – 1 of 1) sorted by relevance
228 List<LauncherItem> launcherListCopy = new ArrayList<>(); in updateMirroringItem() local234 launcherListCopy.add(new AppItem(item.getPackageName(), item.getClassName(), in updateMirroringItem()247 launcherListCopy.add(new AppItem(item.getPackageName(), item.getClassName(), in updateMirroringItem()256 launcherListCopy.add(item); in updateMirroringItem()259 launcherListCopy.add(item); in updateMirroringItem()262 mCurrentAppList.postValue(launcherListCopy); in updateMirroringItem()