Searched defs:getHandlers (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/tests/io/
H A DMockOs.java58 InvocationHandler handler = getHandlers(method.getName()).poll();
88 public Deque<InvocationHandler> getHandlers(String methodName) { method in class:MockOs
103 Deque<InvocationHandler> handlers = getHandlers(methodName);
114 getHandlers(methodName).add(new InvocationHandler() {
/libcore/luni/src/main/java/java/util/logging/
H A DLogger.java193 * because they may override methods like getHandlers() or
467 public Handler[] getHandlers() { method in class:Logger
1027 Handler[] allHandlers = getHandlers();
1035 Handler[] ha = theParent.getHandlers();

Completed in 214 milliseconds