Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DStackStreamTest.java171 List<String> methodNames, in checkStackTraceElements() argument
173 if (classNames.size() != methodNames.size() ) { in checkStackTraceElements()
177 dumpSTEInfo(classNames, methodNames, stes); in checkStackTraceElements()
182 !methodNames.get(i).equals(stes.get(i).getMethodName())) { in checkStackTraceElements()
183 dumpSTEInfo(classNames, methodNames, stes); in checkStackTraceElements()
189 static void dumpSTEInfo(List<String> classNames, List<String> methodNames, in dumpSTEInfo() argument
197 System.out.println(" " + classNames.get(i) + ", " + methodNames.get(i)); in dumpSTEInfo()