Home
last modified time | relevance | path

Searched refs:ShortcutServiceInternal (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java39 import android.content.pm.ShortcutServiceInternal;
76 private ShortcutServiceInternal mMockShortcutService;
83 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in setUp()
90 mMockShortcutService = mock(ShortcutServiceInternal.class); in setUp()
92 LocalServices.addService(ShortcutServiceInternal.class, mMockShortcutService); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest5.java25 import android.content.pm.ShortcutServiceInternal;
58 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in setUp()
DBaseShortcutManagerTest.java63 import android.content.pm.ShortcutServiceInternal;
551 protected ShortcutServiceInternal mInternal;
936 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in initService()
942 mInternal = LocalServices.getService(ShortcutServiceInternal.class); in initService()
962 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in shutdownServices()
/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java39 public abstract class ShortcutServiceInternal { class
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java42 import android.content.pm.ShortcutServiceInternal;
43 import android.content.pm.ShortcutServiceInternal.ShortcutChangeListener;
106 private final ShortcutServiceInternal mShortcutServiceInternal;
120 LocalServices.getService(ShortcutServiceInternal.class)); in LauncherAppsImpl()
DShortcutService.java48 import android.content.pm.ShortcutServiceInternal;
49 import android.content.pm.ShortcutServiceInternal.ShortcutChangeListener;
419 LocalServices.addService(ShortcutServiceInternal.class, new LocalService()); in ShortcutService()
2366 private class LocalService extends ShortcutServiceInternal {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java52 import android.content.pm.ShortcutServiceInternal;
1596 return LocalServices.getService(ShortcutServiceInternal.class) in isRequestPinAppWidgetSupported()
1627 return LocalServices.getService(ShortcutServiceInternal.class) in requestPinAppWidget()
/frameworks/base/services/
Dprofile-classes626 Landroid/content/pm/ShortcutServiceInternal;
627 Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener;
/frameworks/base/
Dcompiled-classes-phone1102 android.content.pm.ShortcutServiceInternal
1103 android.content.pm.ShortcutServiceInternal$ShortcutChangeListener