Searched refs:ShortcutManager (Results 1 – 16 of 16) sorted by relevance
26 import android.content.pm.ShortcutManager;55 return context.getSystemService(ShortcutManager.class).isRequestPinShortcutSupported(); in isRequestPinShortcutSupported()92 return context.getSystemService(ShortcutManager.class).requestPinShortcut( in requestPinShortcut()136 result = context.getSystemService(ShortcutManager.class) in createShortcutResultIntent()
46 import android.content.pm.ShortcutManager;93 ShortcutManager mockShortcutManager = mock(ShortcutManager.class); in testIsRequestPinShortcutSupported_v26()111 ShortcutManager mockShortcutManager = mock(ShortcutManager.class); in testRequestPinShortcut_v26()131 ShortcutManager mockShortcutManager = mock(ShortcutManager.class); in testCreateShortcutResultIntent_v26()
583 public class ShortcutManager { class592 public ShortcutManager(Context context, IShortcutService service) { in ShortcutManager() method in ShortcutManager601 public ShortcutManager(Context context) { in ShortcutManager() method in ShortcutManager
43 class ShortcutManager { class60 public ShortcutManager(Context context) { in ShortcutManager() method in ShortcutManager
796 ShortcutManager mShortcutManager;1887 mShortcutManager = new ShortcutManager(context); in init()
27 import android.content.pm.ShortcutManager;
62 import android.content.pm.ShortcutManager;462 protected class ShortcutManagerTestable extends ShortcutManager {919 protected ShortcutManager getManager() { in getManager()
40 import android.content.pm.ShortcutManager;
41 import android.content.pm.ShortcutManager;818 registerService(Context.SHORTCUT_SERVICE, ShortcutManager.class, in registerService()819 new CachedServiceFetcher<ShortcutManager>() { in registerService()821 public ShortcutManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()823 return new ShortcutManager(ctx, IShortcutService.Stub.asInterface(b)); in registerService()
26 import android.content.pm.ShortcutManager;157 getContext().getSystemService(ShortcutManager.class).onApplicationActive( in sendRemoteInput()
22 import android.content.pm.ShortcutManager;
625 Landroid/content/pm/ShortcutManager;4996 Lcom/android/server/policy/ShortcutManager;4997 Lcom/android/server/policy/ShortcutManager$ShortcutInfo;
822 android.content.pm.ShortcutManager
1101 android.content.pm.ShortcutManager
10976 public class ShortcutManager {
11742 public class ShortcutManager {