Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java269 static boolean matchesSignature(JDiffMethod jDiffMethod, Method reflectedMethod, in matchesSignature() argument
277 String jdiffReturnType = jDiffMethod.mReturnType; in matchesSignature()
289 List<String> jdiffParamList = jDiffMethod.mParamList; in matchesSignature()