Searched refs:LAUNCHER_APPS_SERVICE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContext.java2699 LAUNCHER_APPS_SERVICE,
3480 public static final String LAUNCHER_APPS_SERVICE = "launcherapps"; field in class:Context
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java590 registerService(Context.LAUNCHER_APPS_SERVICE, LauncherApps.class,
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java338 ServiceManager.getService(Context.LAUNCHER_APPS_SERVICE)));
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java82 publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl);

Completed in 8493 milliseconds