Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
H A DTestStabilityRule.java38 public class TestStabilityRule implements TestRule { class
93 return (int) TestStabilityRule.class.getField(flavorOverride).get(null);
/aosp12/packages/apps/Launcher3/tests/
H A DAndroid.bp42 "src/com/android/launcher3/util/rule/TestStabilityRule.java",
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java70 import com.android.launcher3.util.rule.TestStabilityRule;
228 .outerRule(new TestStabilityRule())