Searched refs:invocationHandlers (Results 1 – 2 of 2) sorted by relevance
81 InvocationHandler[] invocationHandlers = new InvocationHandler[ports.length]; in getPorts()83 invocationHandlers[n] = ports[n].getInvocationHandler(); in getPorts()85 return invocationHandlers; in getPorts()
76 InvocationHandler[] invocationHandlers = mImpl.createWebMessageChannel(); in createWebMessageChannel() local77 WebMessagePortCompat[] messagePorts = new WebMessagePortCompat[invocationHandlers.length]; in createWebMessageChannel()78 for (int n = 0; n < invocationHandlers.length; n++) { in createWebMessageChannel()79 messagePorts[n] = new WebMessagePortImpl(invocationHandlers[n]); in createWebMessageChannel()