Home
last modified time | relevance | path

Searched defs:LAUNCHER_APPS_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java821 registerService(Context.LAUNCHER_APPS_SERVICE, LauncherApps.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4327 public static final String LAUNCHER_APPS_SERVICE = "launcherapps"; field in Context