Searched refs:mLauncherAppsImpl (Results 1 – 1 of 1) sorted by relevance
176 private final LauncherAppsImpl mLauncherAppsImpl; field in LauncherAppsService180 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()