Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java258 klass, dexMethod.getName(), dexMethod.getDexSignature()); in hasMatchingMethod_JNI()
269 getStaticMethod_JNI(klass, dexMethod.getName(), dexMethod.getDexSignature()); in hasMatchingMethod_JNI()
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMethod.java37 public String getDexSignature() { in getDexSignature() method in DexMethod