OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAUNCHER_APPS_SERVICE
(Results
1 - 13
of
13
) 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
);
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java
87
Context.
LAUNCHER_APPS_SERVICE
);
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
AppSmokeTest.java
178
LauncherApps la = (LauncherApps)ctx.getSystemService(Context.
LAUNCHER_APPS_SERVICE
);
/frameworks/base/core/java/android/content/
Context.java
[
all
...]
/frameworks/base/core/java/android/app/
SystemServiceRegistry.java
590
registerService(Context.
LAUNCHER_APPS_SERVICE
, LauncherApps.class,
[
all
...]
/frameworks/base/core/java/android/content/pm/
LauncherApps.java
338
ServiceManager.getService(Context.
LAUNCHER_APPS_SERVICE
)));
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java
82
publishBinderService(Context.
LAUNCHER_APPS_SERVICE
, mLauncherAppsImpl);
[
all
...]
/prebuilts/sdk/current/
android.jar
Completed in 2638 milliseconds