Searched refs:IShortcutService (Results 1 – 17 of 17) sorted by relevance
20 import android.content.pm.IShortcutService;35 private IShortcutService getShortcutService() { in getShortcutService()36 return IShortcutService.Stub.asInterface( in getShortcutService()
23 import com.android.internal.policy.IShortcutService;29 public class ShortcutKeyServiceProxy extends IShortcutService.Stub {
23 oneway interface IShortcutService { interface
67 private final IShortcutService mService;72 public ShortcutManager(Context context, IShortcutService service) { in ShortcutManager()82 this(context, IShortcutService.Stub.asInterface( in ShortcutManager()
27 interface IShortcutService { interface
21 import com.android.internal.policy.IShortcutService;448 void registerShortcutKey(in long shortcutCode, IShortcutService keySubscriber); in registerShortcutKey()
41 import com.android.internal.policy.IShortcutService;61 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
92 import com.android.internal.policy.IShortcutService;165 void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
207 import com.android.internal.policy.IShortcutService;414 private LongSparseArray<IShortcutService> mShortcutKeyServices = new LongSparseArray<>();3047 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatchingInner()3258 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey()3261 IShortcutService service = mShortcutKeyServices.get(shortcutCode); in registerShortcutKey()
151 Landroid/content/pm/IShortcutService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V152 Landroid/content/pm/IShortcutService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/pm/IS…
913 android.content.pm.IShortcutService$Stub$Proxy914 android.content.pm.IShortcutService$Stub915 android.content.pm.IShortcutService
14973 Landroid/content/pm/IShortcutService$Stub$Proxy;->addDynamicShortcuts(Ljava/lang/String;Landroid/co…14974 Landroid/content/pm/IShortcutService$Stub$Proxy;->applyRestore([BI)V14975 Landroid/content/pm/IShortcutService$Stub$Proxy;->createShortcutResultIntent(Ljava/lang/String;Land…14976 Landroid/content/pm/IShortcutService$Stub$Proxy;->disableShortcuts(Ljava/lang/String;Ljava/util/Lis…14977 Landroid/content/pm/IShortcutService$Stub$Proxy;->enableShortcuts(Ljava/lang/String;Ljava/util/List…14978 Landroid/content/pm/IShortcutService$Stub$Proxy;->getBackupPayload(I)[B14979 Landroid/content/pm/IShortcutService$Stub$Proxy;->getDynamicShortcuts(Ljava/lang/String;I)Landroid/…14980 Landroid/content/pm/IShortcutService$Stub$Proxy;->getIconMaxDimensions(Ljava/lang/String;I)I14981 Landroid/content/pm/IShortcutService$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;14982 Landroid/content/pm/IShortcutService$Stub$Proxy;->getManifestShortcuts(Ljava/lang/String;I)Landroid…[all …]
4148 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->disableShortcuts(Ljava/lang/String;Ljava/util/…4149 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->getDynamicShortcuts(Ljava/lang/String;I)Landro…4150 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->setDynamicShortcuts(Ljava/lang/String;Landroid…4151 HSPLandroid/content/pm/IShortcutService$Stub;-><init>()V4152 HSPLandroid/content/pm/IShortcutService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/pm…4153 HPLandroid/content/pm/IShortcutService$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z21543 …/android/internal/policy/IShortcutService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/int…33029 Landroid/content/pm/IShortcutService$Stub$Proxy;33030 Landroid/content/pm/IShortcutService$Stub;33031 Landroid/content/pm/IShortcutService;[all …]
57 import android.content.pm.IShortcutService;1127 return new ShortcutManager(ctx, IShortcutService.Stub.asInterface(b)); in registerService()
39 import android.content.pm.IShortcutService;151 public class ShortcutService extends IShortcutService.Stub {
246 import com.android.internal.policy.IShortcutService;7098 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
12274 …r/policy/PhoneWindowManager;->registerShortcutKey(JLcom/android/internal/policy/IShortcutService;)V17496 …ver/wm/WindowManagerService;->registerShortcutKey(JLcom/android/internal/policy/IShortcutService;)V