Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/io/
DMockOs.java55 private final InvocationHandler invocationHandler = new InvocationHandler() { field in MockOs
67 new Class[] { Os.class }, invocationHandler);
/libcore/libart/src/main/java/java/lang/reflect/
DProxy.java224 InvocationHandler invocationHandler) in newProxyInstance() argument
227 if (invocationHandler == null) { in newProxyInstance()
234 .newInstance(invocationHandler); in newProxyInstance()