Searched refs:isProxy (Results 1 – 9 of 9) sorted by relevance
63 final boolean isProxy = Binder.isProxy(inputMethodClient); in create()64 return new IInputMethodClientInvoker(inputMethodClient, isProxy, isProxy ? null : handler); in create()68 boolean isProxy, @Nullable Handler handler) { in IInputMethodClientInvoker() argument70 mIsProxy = isProxy; in IInputMethodClientInvoker()
61 if (!Binder.isProxy(inputMethod)) { in create()
74 if (session != null && !Binder.isProxy(session)) { in createOrNull()
82 if (inputMethodSession != null && !Binder.isProxy(inputMethodSession)) { in createOrNull()
675 if (partialInteractiveRegion != null && Binder.isProxy(connection.getRemote())) { in findAccessibilityNodeInfosByViewId()750 if (partialInteractiveRegion != null && Binder.isProxy(connection.getRemote())) { in findAccessibilityNodeInfosByText()828 if (partialInteractiveRegion != null && Binder.isProxy(connection.getRemote())) { in findAccessibilityNodeInfoByAccessibilityId()905 if (partialInteractiveRegion != null && Binder.isProxy(connection.getRemote())) { in findFocus()981 if (partialInteractiveRegion != null && Binder.isProxy(connection.getRemote())) { in focusSearch()
633 public static final boolean isProxy(IInterface iface) { in isProxy() method in Binder
11906 HSPLandroid/os/Binder;->isProxy(Landroid/os/IInterface;)Z24411 HSPLjava/io/ObjectStreamClass;->isProxy()Z24776 HSPLjava/lang/Class;->isProxy()Z
11903 HSPLandroid/os/Binder;->isProxy(Landroid/os/IInterface;)Z
35465 Landroid/os/Binder;->isProxy(Landroid/os/IInterface;)Z