Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java67 private static Method getTestMethod() { in getTestMethod() method in TestHelper
87 final Method testMethod = getTestMethod(); in TestHelper()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DXmlReport.java150 if (method.getTestMethod() != null) { in printXmlReport()
151 out.print("method=\"" + method.getTestMethod() + "\""); in printXmlReport()
DCddCoverage.java106 public String getTestMethod() { return mTestMethod; } in getTestMethod() method in CddCoverage.TestMethod