Searched refs:ShortcutServiceInternal (Results 1 – 12 of 12) sorted by relevance
40 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()
25 import android.content.pm.ShortcutServiceInternal;58 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in setUp()
67 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()
39 public abstract class ShortcutServiceInternal { class
47 import android.content.pm.ShortcutServiceInternal;48 import android.content.pm.ShortcutServiceInternal.ShortcutChangeListener;124 private final ShortcutServiceInternal mShortcutServiceInternal;147 LocalServices.getService(ShortcutServiceInternal.class)); in LauncherAppsImpl()
50 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 {
44 import android.content.pm.ShortcutServiceInternal;946 final ShortcutServiceInternal shortcutInternal = in ensureCanModifyQuietMode()947 LocalServices.getService(ShortcutServiceInternal.class); in ensureCanModifyQuietMode()
40 import android.content.pm.ShortcutServiceInternal;107 ShortcutServiceInternal mShortcutServiceInternal;152 LocalServices.getService(ShortcutServiceInternal.class)); in onBootPhase()
58 import android.content.pm.ShortcutServiceInternal;1656 return LocalServices.getService(ShortcutServiceInternal.class) in isRequestPinAppWidgetSupported()1687 return LocalServices.getService(ShortcutServiceInternal.class) in requestPinAppWidget()
16253 Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener;->onShortcutChanged(Ljava/lang/S…16254 Landroid/content/pm/ShortcutServiceInternal;-><init>()V16255 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)Z16261 Landroid/content/pm/ShortcutServiceInternal;->isForegroundDefaultLauncher(Ljava/lang/String;I)Z16262 Landroid/content/pm/ShortcutServiceInternal;->isPinnedByCaller(ILjava/lang/String;Ljava/lang/String…[all …]
33132 Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener;33133 Landroid/content/pm/ShortcutServiceInternal;
11542 …m/ShortcutService$LocalService;->addListener(Landroid/content/pm/ShortcutServiceInternal$ShortcutC…