Home
last modified time | relevance | path

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

/libcore/test-rules/src/test/java/libcore/junit/util/compat/
DCoreCompatChangeRuleTest.java22 import libcore.junit.util.compat.CoreCompatChangeRule.DisableCompatChanges;
23 import libcore.junit.util.compat.CoreCompatChangeRule.EnableCompatChanges;
38 public TestRule compatChangeRule = new CoreCompatChangeRule();
/libcore/luni/src/main/java/android/compat/
DTEST_MAPPING3 // Unit tests for CoreCompatChangeRule
/libcore/test-rules/src/platform_compat/java/libcore/junit/util/
DCoreCompatChangeRule.java64 public class CoreCompatChangeRule implements TestRule { class