Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DReflectionFrames.java744 assertEquals(StackInspector.handleCaller(), ReflectionFrames.class); in testHandleCaller()
752 assertEquals(StackInspector.handleCaller(), ReflectionFrames.class); in testHandleCaller()
892 public static Class<?> handleCaller() throws Exception { in handleCaller() method in ReflectionFrames.StackInspector