Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplOverviewIconTest.java18 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
19 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
31 import com.android.launcher3.util.rule.TestStabilityRule;
72 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/288939273
DTaplTestsTrackpad.java19 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
20 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
36 import com.android.launcher3.util.rule.TestStabilityRule;
99 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/336606166
DTaplTestsSplitscreen.java20 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
21 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
36 import com.android.launcher3.util.rule.TestStabilityRule;
75 @TestStabilityRule.Stability(flavors = PLATFORM_POSTSUBMIT | LOCAL) // b/295225524
DTaplTestsQuickstep.java19 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
20 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
52 import com.android.launcher3.util.rule.TestStabilityRule;
270 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
297 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
329 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/325659406
DFallbackRecentsTest.java65 import com.android.launcher3.util.rule.TestStabilityRule;
148 .around(new TestStabilityRule()) in FallbackRecentsTest()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java25 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
26 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
43 import com.android.launcher3.util.rule.TestStabilityRule;
101 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/311099513
181 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/338869019
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateProfileManagerTest.java25 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
26 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
54 import com.android.launcher3.util.rule.TestStabilityRule;
73 public TestRule testStabilityRule = new TestStabilityRule();
205 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/339109319
DTaplKeyboardFocusTest.java18 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
19 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
33 import com.android.launcher3.util.rule.TestStabilityRule;
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplAddWidgetTest.java18 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
19 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
36 import com.android.launcher3.util.rule.TestStabilityRule.Stability;
DTaplBindWidgetTest.java26 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
27 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
59 import com.android.launcher3.util.rule.TestStabilityRule;
146 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/310242894
196 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/310242894
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/
DValidGridMigrationUnitTest.kt36 import com.android.launcher3.util.rule.TestStabilityRule in <lambda>()
37 import com.android.launcher3.util.rule.TestStabilityRule.Stability in <lambda>()
185 @Stability(flavors = TestStabilityRule.LOCAL or TestStabilityRule.PLATFORM_POSTSUBMIT)
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java23 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
24 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
43 import com.android.launcher3.util.rule.TestStabilityRule;
117 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/329935119
250 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/329935119
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DCancellableTaskTest.kt21 import com.android.launcher3.util.rule.TestStabilityRule
44 @get:Rule(order = 0) val testStabilityRule = TestStabilityRule()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java24 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
25 import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
49 import com.android.launcher3.util.rule.TestStabilityRule.Stability;
DAbstractLauncherUiTest.java75 import com.android.launcher3.util.rule.TestStabilityRule;
135 if (TestStabilityRule.isPresubmit()) return; // b/313501215 in checkDetectedLeaks()
267 .around(new TestStabilityRule())
318 if (TestStabilityRule.isPresubmit()) { in onTestStart()
354 if (!TestStabilityRule.isPresubmit()) return; in waitForSetupWizardDismissal()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/rule/
DTestStabilityRule.java40 public class TestStabilityRule implements TestRule { class
93 return (int) TestStabilityRule.class.getField(flavorOverride).get(null);
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DViewCaptureRule.kt29 import com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT in <lambda>()
129 if (TestStabilityRule.getRunFlavor() != PLATFORM_POSTSUBMIT) return in <lambda>()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DCacheDataUpdatedTaskTest.java29 import com.android.launcher3.util.rule.TestStabilityRule;
50 public TestRule testStabilityRule = new TestStabilityRule();
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractDeviceProfileTest.kt36 import com.android.launcher3.util.rule.TestStabilityRule in <lambda>()
72 @Rule @JvmField val testStabilityRule = TestStabilityRule() in <lambda>()