Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java40 import android.content.pm.ShortcutServiceInternal;
76 private ShortcutServiceInternal mMockShortcutService;
83 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in setUp()
91 mMockShortcutService = mock(ShortcutServiceInternal.class); in setUp()
93 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.java67 import android.content.pm.ShortcutServiceInternal;
583 protected ShortcutServiceInternal mInternal;
992 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in initService()
998 mInternal = LocalServices.getService(ShortcutServiceInternal.class); in initService()
1018 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.java47 import android.content.pm.ShortcutServiceInternal;
48 import android.content.pm.ShortcutServiceInternal.ShortcutChangeListener;
124 private final ShortcutServiceInternal mShortcutServiceInternal;
147 LocalServices.getService(ShortcutServiceInternal.class)); in LauncherAppsImpl()
DShortcutService.java50 import android.content.pm.ShortcutServiceInternal;
51 import android.content.pm.ShortcutServiceInternal.ShortcutChangeListener;
433 LocalServices.addService(ShortcutServiceInternal.class, new LocalService()); in ShortcutService()
2563 private class LocalService extends ShortcutServiceInternal {
DUserManagerService.java44 import android.content.pm.ShortcutServiceInternal;
946 final ShortcutServiceInternal shortcutInternal = in ensureCanModifyQuietMode()
947 LocalServices.getService(ShortcutServiceInternal.class); in ensureCanModifyQuietMode()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java40 import android.content.pm.ShortcutServiceInternal;
107 ShortcutServiceInternal mShortcutServiceInternal;
152 LocalServices.getService(ShortcutServiceInternal.class)); in onBootPhase()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java58 import android.content.pm.ShortcutServiceInternal;
1656 return LocalServices.getService(ShortcutServiceInternal.class) in isRequestPinAppWidgetSupported()
1687 return LocalServices.getService(ShortcutServiceInternal.class) in requestPinAppWidget()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16253 Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener;->onShortcutChanged(Ljava/lang/S…
16254 Landroid/content/pm/ShortcutServiceInternal;-><init>()V
16255 Landroid/content/pm/ShortcutServiceInternal;->addListener(Landroid/content/pm/ShortcutServiceIntern…
16256 Landroid/content/pm/ShortcutServiceInternal;->createShortcutIntents(ILjava/lang/String;Ljava/lang/S…
16257 Landroid/content/pm/ShortcutServiceInternal;->getShortcutIconFd(ILjava/lang/String;Ljava/lang/Strin…
16258 Landroid/content/pm/ShortcutServiceInternal;->getShortcutIconResId(ILjava/lang/String;Ljava/lang/St…
16259 Landroid/content/pm/ShortcutServiceInternal;->getShortcuts(ILjava/lang/String;JLjava/lang/String;Lj…
16260 Landroid/content/pm/ShortcutServiceInternal;->hasShortcutHostPermission(ILjava/lang/String;II)Z
16261 Landroid/content/pm/ShortcutServiceInternal;->isForegroundDefaultLauncher(Ljava/lang/String;I)Z
16262 Landroid/content/pm/ShortcutServiceInternal;->isPinnedByCaller(ILjava/lang/String;Ljava/lang/String…
[all …]
Dboot-image-profile.txt33132 Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener;
33133 Landroid/content/pm/ShortcutServiceInternal;
/frameworks/base/services/
Dart-profile11542 …m/ShortcutService$LocalService;->addListener(Landroid/content/pm/ShortcutServiceInternal$ShortcutC…