Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DReflectionFrames.java725 assertEquals(StackInspector.supplyCaller(), ReflectionFrames.class); in testSupplyCaller()
733 assertEquals(StackInspector.supplyCaller(), ReflectionFrames.class); in testSupplyCaller()
888 public static Class<?> supplyCaller() throws Exception { in supplyCaller() method in ReflectionFrames.StackInspector