Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/rule/
DTestStabilityRule.java63 public @interface Stability { annotation in TestStabilityRule
69 final Stability stability = description.getAnnotation(Stability.class); in apply()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/gridmigration/
DValidGridMigrationUnitTest.kt42 import com.android.launcher3.util.rule.TestStabilityRule.Stability in <lambda>()
243 @Stability(flavors = TestStabilityRule.LOCAL or TestStabilityRule.PLATFORM_POSTSUBMIT)
251 @Stability(flavors = TestStabilityRule.LOCAL or TestStabilityRule.PLATFORM_POSTSUBMIT)
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DWorkProfileTest.java49 import com.android.launcher3.util.rule.TestStabilityRule.Stability;
130 @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java293 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/325659406