Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java160 private static boolean hasMatchingField_Reflection(Class<?> klass, DexField dexField) { in hasMatchingField_Reflection() argument
162 klass.getDeclaredField(dexField.getName()); in hasMatchingField_Reflection()
172 private static boolean hasMatchingField_JNI(Class<?> klass, DexField dexField) in hasMatchingField_JNI() argument
175 DexMember.typeToClass(dexField.getDexType()); in hasMatchingField_JNI()
178 Field ifield = getField_JNI(klass, dexField.getName(), dexField.getDexType()); in hasMatchingField_JNI()
187 Field sfield = getStaticField_JNI(klass, dexField.getName(), dexField.getDexType()); in hasMatchingField_JNI()