Searched defs:mismatchReasons (Results 1 – 2 of 2) sorted by relevance
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | ApiPresenceChecker.java | 185 Map<Constructor, String> mismatchReasons = new LinkedHashMap<>(); in checkConstructorCompliance() local 228 Map<Method, String> mismatchReasons = new LinkedHashMap<>(); in checkMethodCompliance() local
|
D | ReflectionHelper.java | 140 JDiffConstructor jdiffDes, Map<Constructor, String> mismatchReasons) { in findMatchingConstructor() 151 JDiffConstructor jdiffDes, Map<Constructor, String> mismatchReasons) { in findMatchingConstructorImpl() 247 Class<?> runtimeClass, JDiffMethod method, Map<Method, String> mismatchReasons) { in findMatchingMethod() 257 Class<?> runtimeClass, JDiffMethod method, Map<Method, String> mismatchReasons) { in findMatchingMethodImpl() 312 Map<Method, String> mismatchReasons) { in matchesSignature()
|