Searched refs:ShortcutServiceInternal (Results 1 – 9 of 9) sorted by relevance
39 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()
25 import android.content.pm.ShortcutServiceInternal;58 LocalServices.removeServiceForTest(ShortcutServiceInternal.class); in setUp()
63 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()
39 public abstract class ShortcutServiceInternal { class
42 import android.content.pm.ShortcutServiceInternal;43 import android.content.pm.ShortcutServiceInternal.ShortcutChangeListener;106 private final ShortcutServiceInternal mShortcutServiceInternal;120 LocalServices.getService(ShortcutServiceInternal.class)); in LauncherAppsImpl()
48 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 {
52 import android.content.pm.ShortcutServiceInternal;1596 return LocalServices.getService(ShortcutServiceInternal.class) in isRequestPinAppWidgetSupported()1627 return LocalServices.getService(ShortcutServiceInternal.class) in requestPinAppWidget()
626 Landroid/content/pm/ShortcutServiceInternal;627 Landroid/content/pm/ShortcutServiceInternal$ShortcutChangeListener;
1102 android.content.pm.ShortcutServiceInternal1103 android.content.pm.ShortcutServiceInternal$ShortcutChangeListener