Home
last modified time | relevance | path

Searched defs:getMethod (Results 1 – 2 of 2) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java82 public ApiMethod getMethod(String name, List<String> parameterTypes, String returnType) { in getMethod() method in ApiClass
/cts/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java129 protected DexMethod getMethod(DexClass clazz, String methodName, String... typeNames) { in getMethod() method in DexTestsCommon