Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelDbController.java537 return getAutoInstallsLayoutFromIS(in, widgetHolder, new SourceResources() { }); in createWorkspaceLoaderFromAppRestriction()
560 return getAutoInstallsLayoutFromIS(in, widgetHolder, SourceResources.wrap(res)); in createWorkspaceLoaderFromAppRestriction()
567 private AutoInstallsLayout getAutoInstallsLayoutFromIS(InputStream in, in getAutoInstallsLayoutFromIS() method in ModelDbController