HomeSort by relevance Sort by last modified time
    Searched refs:LAUNCHER_APPS_SERVICE (Results 1 - 11 of 11) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 58 getSystemService(Context.LAUNCHER_APPS_SERVICE);
AllAppsList.java 89 context.getSystemService(Context.LAUNCHER_APPS_SERVICE);
120 context.getSystemService(Context.LAUNCHER_APPS_SERVICE);
IconCache.java 196 mContext.getSystemService(Context.LAUNCHER_APPS_SERVICE);
Launcher.java     [all...]
LauncherModel.java 192 mLauncherApps = (LauncherApps) app.getSystemService(Context.LAUNCHER_APPS_SERVICE);
    [all...]
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 131 Context.LAUNCHER_APPS_SERVICE);
146 Context.LAUNCHER_APPS_SERVICE);
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 87 Context.LAUNCHER_APPS_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 66 publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 111 mLauncherApps = (LauncherApps) mContext.getSystemService(Context.LAUNCHER_APPS_SERVICE);
  /frameworks/base/core/java/android/app/
ContextImpl.java 669 registerService(LAUNCHER_APPS_SERVICE, new ServiceFetcher() {
671 IBinder b = ServiceManager.getService(LAUNCHER_APPS_SERVICE);
    [all...]

Completed in 291 milliseconds