Home
last modified time | relevance | path

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

/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DBaseKillswitchTest.java49 doTestKillswitchMechanism(METHOD_FILTER, /* reflection= */ true, /* jni= */ false); in testKillswitchMechanismMethodsThroughReflection()
54 doTestKillswitchMechanism(METHOD_FILTER, /* reflection= */ false, /* jni= */ true); in testKillswitchMechanismMethodsThroughJni()
59 doTestKillswitchMechanism(FIELD_FILTER, /* reflection= */ true, /* jni= */ false); in testKillswitchMechanismFieldsThroughReflection()
64 doTestKillswitchMechanism(FIELD_FILTER, /* reflection= */ false, /* jni= */ true); in testKillswitchMechanismFieldsThroughJni()
67 private void doTestKillswitchMechanism(Predicate<DexMember> memberFilter, boolean reflection, in doTestKillswitchMechanism() method in BaseKillswitchTest