Home
last modified time | relevance | path

Searched defs:newProxy (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DReflection.java81 public static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in Reflection
/external/guava/android/guava/src/com/google/common/reflect/
DReflection.java81 public static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in Reflection
/external/guava/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java72 public <T> T newProxy( in newProxy() method in SimpleTimeLimiter
109 private static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in SimpleTimeLimiter
DTimeLimiter.java78 <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit); in newProxy() method
DFakeTimeLimiter.java41 public <T> T newProxy( in newProxy() method in FakeTimeLimiter
/external/guava/android/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java72 public <T> T newProxy( in newProxy() method in SimpleTimeLimiter
109 private static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in SimpleTimeLimiter
DTimeLimiter.java78 <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit); in newProxy() method
DFakeTimeLimiter.java41 public <T> T newProxy( in newProxy() method in FakeTimeLimiter
/external/guava/android/guava-testlib/src/com/google/common/testing/
DDummyProxy.java46 final <T> T newProxy(TypeToken<T> interfaceType) { in newProxy() method in DummyProxy
DFreshValueGenerator.java267 private <T> T newProxy(final Class<T> interfaceType) { in newProxy() method in FreshValueGenerator
/external/guava/guava-testlib/src/com/google/common/testing/
DDummyProxy.java46 final <T> T newProxy(TypeToken<T> interfaceType) { in newProxy() method in DummyProxy
DFreshValueGenerator.java271 private <T> T newProxy(final Class<T> interfaceType) { in newProxy() method in FreshValueGenerator