Home
last modified time | relevance | path

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

/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DBaseKillswitchTest.java24 import android.signature.cts.DexMethod;
42 dexMember -> (dexMember instanceof DexMethod);
105 public void methodAccessibleViaReflection(boolean accessible, DexMethod method) { in doTestKillswitchMechanism()
121 public void methodAccessibleViaJni(boolean accessible, DexMethod method) { in doTestKillswitchMechanism()
DHiddenApiTest.java24 import android.signature.cts.DexMethod;
65 dexMember -> (dexMember instanceof DexMethod);
132 public void methodAccessibleViaReflection(boolean accessible, DexMethod method) { in doTestSignature()
144 public void methodAccessibleViaJni(boolean accessible, DexMethod method) { in doTestSignature()
DBootClassPathClassesProvider.java23 import android.signature.cts.DexMethod;
85 new DexMethod(klass_desc, method_infos[0][i], method_infos[1][i], null); in getAllMembers()
/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java34 void methodAccessibleViaReflection(boolean accessible, DexMethod method); in methodAccessibleViaReflection()
35 void methodAccessibleViaJni(boolean accessible, DexMethod method); in methodAccessibleViaJni()
109 } else if (dexMember instanceof DexMethod) { in checkSingleMember()
110 DexMethod method = (DexMethod) dexMember; in checkSingleMember()
198 private static boolean hasMatchingMethod_Reflection(Class<?> klass, DexMethod dexMethod) in hasMatchingMethod_Reflection()
255 private static boolean hasMatchingMethod_JNI(Class<?> klass, DexMethod dexMethod) { in hasMatchingMethod_JNI()
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMethod.java24 public class DexMethod extends DexMember { class
32 public DexMethod(String className, String name, String signature, String[] flags) { in DexMethod() method in DexMethod
DDexApiDocumentParser.java118 return new DexMethod( in parseLine()