Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DXmlApiParser.java390 JDiffMethod currentMethod = null; field in XmlApiParser.ClassDescriptionSpliterator
502 currentMethod = constructor; in next()
506 currentMethod = loadMethodInfo(currentClass.getClassName(), parser); in next()
507 currentClass.addMethod(currentMethod); in next()
512 currentMethod.addParam(canonicalizeType(paramType)); in next()
516 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE)); in next()
534 if (currentMethod != null) { in next()
535 logd(String.format("currentMethod: %s", currentMethod.toSignatureString())); in next()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java364 String currentMethod = null; in getCompiledMethods() local
373 compiledMethods.add(currentMethod); in getCompiledMethods()
382 currentMethod = null; in getCompiledMethods()
387 currentMethod = matcher.group(1); in getCompiledMethods()