Home
last modified time | relevance | path

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

/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DBaseKillswitchTest.java41 private final static Predicate<DexMember> METHOD_FILTER = field in BaseKillswitchTest
49 doTestKillswitchMechanism(METHOD_FILTER, /* reflection= */ true, /* jni= */ false); in testKillswitchMechanismMethodsThroughReflection()
54 doTestKillswitchMechanism(METHOD_FILTER, /* reflection= */ false, /* jni= */ true); in testKillswitchMechanismMethodsThroughJni()
DHiddenApiTest.java64 private final static Predicate<DexMember> METHOD_FILTER = field in HiddenApiTest
75 doTestSignature(METHOD_FILTER,/* reflection= */ true, /* jni= */ false); in testSignatureMethodsThroughReflection()
80 doTestSignature(METHOD_FILTER, /* reflection= */ false, /* jni= */ true); in testSignatureMethodsThroughJni()