Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java821 ImplementsCallable proxy = proxyFor(ImplementsCallable.class) in testImplementInterfaceCallingThroughConcreteClass()
827 proxy, ImplementsCallable.class.getMethod("call"))); in testImplementInterfaceCallingThroughConcreteClass()
848 Callable<?> proxy = proxyFor(ImplementsCallable.class) in testImplementInterfaceCallingThroughInterface()
862 public static class ImplementsCallable implements Callable<String> { class in ProxyBuilderTest