Loading packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/LightRevealScrimRepositoryTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class LightRevealScrimRepositoryTest : SysuiTestCase() { private lateinit var powerInteractor: PowerInteractor private lateinit var underTest: LightRevealScrimRepositoryImpl @get:Rule val animatorTestRule = AnimatorTestRule() @get:Rule val animatorTestRule = AnimatorTestRule(this) @Before fun setUp() { Loading packages/SystemUI/tests/src/android/animation/AnimatorTestRuleIsolationTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ import org.junit.runner.RunWith @RunWithLooper class AnimatorTestRuleIsolationTest : SysuiTestCase() { @get:Rule val animatorTestRule = AnimatorTestRule() @get:Rule val animatorTestRule = AnimatorTestRule(this) @Test fun testA() { Loading packages/SystemUI/tests/src/android/animation/AnimatorTestRulePrecisionTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ import org.junit.runner.RunWith @RunWithLooper class AnimatorTestRulePrecisionTest : SysuiTestCase() { @get:Rule val animatorTestRule = AnimatorTestRule() @get:Rule val animatorTestRule = AnimatorTestRule(this) var value1: Float = -1f var value2: Float = -1f Loading packages/SystemUI/tests/src/com/android/keyguard/KeyguardStatusViewControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ import java.lang.reflect.Field; public class KeyguardStatusViewControllerTest extends KeyguardStatusViewControllerBaseTest { @Rule public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(this); @Test public void dozeTimeTick_updatesSlice() { Loading packages/SystemUI/tests/src/com/android/systemui/ExpandHelperTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ import org.junit.runner.RunWith; public class ExpandHelperTest extends SysuiTestCase { @Rule public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(this); private final FakeFeatureFlags mFeatureFlags = new FakeFeatureFlags(); private ExpandableNotificationRow mRow; Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/LightRevealScrimRepositoryTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class LightRevealScrimRepositoryTest : SysuiTestCase() { private lateinit var powerInteractor: PowerInteractor private lateinit var underTest: LightRevealScrimRepositoryImpl @get:Rule val animatorTestRule = AnimatorTestRule() @get:Rule val animatorTestRule = AnimatorTestRule(this) @Before fun setUp() { Loading
packages/SystemUI/tests/src/android/animation/AnimatorTestRuleIsolationTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ import org.junit.runner.RunWith @RunWithLooper class AnimatorTestRuleIsolationTest : SysuiTestCase() { @get:Rule val animatorTestRule = AnimatorTestRule() @get:Rule val animatorTestRule = AnimatorTestRule(this) @Test fun testA() { Loading
packages/SystemUI/tests/src/android/animation/AnimatorTestRulePrecisionTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ import org.junit.runner.RunWith @RunWithLooper class AnimatorTestRulePrecisionTest : SysuiTestCase() { @get:Rule val animatorTestRule = AnimatorTestRule() @get:Rule val animatorTestRule = AnimatorTestRule(this) var value1: Float = -1f var value2: Float = -1f Loading
packages/SystemUI/tests/src/com/android/keyguard/KeyguardStatusViewControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ import java.lang.reflect.Field; public class KeyguardStatusViewControllerTest extends KeyguardStatusViewControllerBaseTest { @Rule public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(this); @Test public void dozeTimeTick_updatesSlice() { Loading
packages/SystemUI/tests/src/com/android/systemui/ExpandHelperTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ import org.junit.runner.RunWith; public class ExpandHelperTest extends SysuiTestCase { @Rule public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(); public final AnimatorTestRule mAnimatorTestRule = new AnimatorTestRule(this); private final FakeFeatureFlags mFeatureFlags = new FakeFeatureFlags(); private ExpandableNotificationRow mRow; Loading