HomeSort by relevance Sort by last modified time
    Searched refs:LAUNCHER_APPS_SERVICE (Results 1 - 17 of 17) 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 142 Context.LAUNCHER_APPS_SERVICE);
158 Context.LAUNCHER_APPS_SERVICE);
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatVL.java 51 mLauncherApps = (LauncherApps) context.getSystemService(Context.LAUNCHER_APPS_SERVICE);
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutManager.java 64 mLauncherApps = (LauncherApps) context.getSystemService(Context.LAUNCHER_APPS_SERVICE);
  /platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
AppSmokeTest.java 180 LauncherApps la = (LauncherApps)ctx.getSystemService(Context.LAUNCHER_APPS_SERVICE);
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 83 Context.LAUNCHER_APPS_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 83 @SystemService(Context.LAUNCHER_APPS_SERVICE)
409 ServiceManager.getService(Context.LAUNCHER_APPS_SERVICE)));
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 86 publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl);
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 647 registerService(Context.LAUNCHER_APPS_SERVICE, LauncherApps.class,
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 514 milliseconds