Home
last modified time | relevance | path

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

/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java547 private boolean matches(JDiffMethod jDiffMethod, Method method) { in matches() argument
549 if (jDiffMethod.mName.equals(method.getName())) { in matches()
550 String jdiffReturnType = jDiffMethod.mReturnType; in matches()
552 List<String> jdiffParamList = jDiffMethod.mParamList; in matches()