Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java205 if (dexMethod.isConstructor()) { in hasMatchingMethod_Reflection()
266 if (!dexMethod.isConstructor()) { in hasMatchingMethod_JNI()
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMethod.java56 public boolean isConstructor() { in isConstructor() method in DexMethod