Searched refs:CoreCompatChangeRule (Results 1 – 3 of 3) sorted by relevance
22 import libcore.junit.util.compat.CoreCompatChangeRule.DisableCompatChanges;23 import libcore.junit.util.compat.CoreCompatChangeRule.EnableCompatChanges;38 public TestRule compatChangeRule = new CoreCompatChangeRule();
3 // Unit tests for CoreCompatChangeRule
64 public class CoreCompatChangeRule implements TestRule { class