Home
last modified time | relevance | path

Searched refs:newProxyOverPipe (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DInterfacesTest.java235 BindingsTestUtils.newProxyOverPipe(NamedObject.MANAGER, impl, mCloseablesToClose); in testProxyAndStubOverPipe()
242 Factory.Proxy proxy = BindingsTestUtils.newProxyOverPipe( in testFactoryOverPipe()
256 BindingsTestUtils.newProxyOverPipe(Factory.MANAGER, impl, mCloseablesToClose); in testInterfaceClosing()
270 BindingsTestUtils.newProxyOverPipe(Factory.MANAGER, impl, mCloseablesToClose); in testResponse()
DInterfaceControlMessageTest.java84 IntegerAccessor.Proxy p = BindingsTestUtils.newProxyOverPipe( in testQueryVersion()
100 IntegerAccessor.Proxy p = BindingsTestUtils.newProxyOverPipe( in testRequireVersion()
DBindingsTestUtils.java99 public static <I extends Interface, P extends Interface.Proxy> P newProxyOverPipe( in newProxyOverPipe() method in BindingsTestUtils