Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java176 private final LauncherAppsImpl mLauncherAppsImpl; field in LauncherAppsService
180 mLauncherAppsImpl = new LauncherAppsImpl(context); in LauncherAppsService()
185 publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl); in onStart()
186 mLauncherAppsImpl.registerLoadingProgressForIncrementalApps(); in onStart()
187 LocalServices.addService(LauncherAppsServiceInternal.class, mLauncherAppsImpl.mInternal); in onStart()