Searched defs:mLauncherAppsImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java76 private final LauncherAppsImpl mLauncherAppsImpl; field in class:LauncherAppsService
80 mLauncherAppsImpl = new LauncherAppsImpl(context);
85 publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl);

Completed in 29 milliseconds