Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java299 String currentMethod = ""; in executeTestSubscriber() local
301 currentMethod = "createSocket"; in executeTestSubscriber()
305 currentMethod = "getOutputStream()"; in executeTestSubscriber()
307 currentMethod = "write()"; in executeTestSubscriber()
311 currentMethod = "getInputStream()"; in executeTestSubscriber()
313 currentMethod = "read()"; in executeTestSubscriber()
335 currentMethod = "close()"; in executeTestSubscriber()
339 Log.e(TAG, "executeTestSubscriber: failure while executing " + currentMethod); in executeTestSubscriber()
372 String currentMethod = ""; in executeTestPublisher()
375 currentMethod = "accept()"; in executeTestPublisher()
[all …]
/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()