Searched refs:METHOD_FILTER (Results 1 – 2 of 2) sorted by relevance
41 private final static Predicate<DexMember> METHOD_FILTER = field in BaseKillswitchTest49 doTestKillswitchMechanism(METHOD_FILTER, /* reflection= */ true, /* jni= */ false); in testKillswitchMechanismMethodsThroughReflection()54 doTestKillswitchMechanism(METHOD_FILTER, /* reflection= */ false, /* jni= */ true); in testKillswitchMechanismMethodsThroughJni()
64 private final static Predicate<DexMember> METHOD_FILTER = field in HiddenApiTest75 doTestSignature(METHOD_FILTER,/* reflection= */ true, /* jni= */ false); in testSignatureMethodsThroughReflection()80 doTestSignature(METHOD_FILTER, /* reflection= */ false, /* jni= */ true); in testSignatureMethodsThroughJni()