Loading packages/SystemUI/tests/src/com/android/systemui/qs/QSFooterImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper @SmallTest @Ignore("failing") public class QSFooterImplTest extends LeakCheckedTest { private QSFooterImpl mFooter; Loading @@ -60,6 +59,7 @@ public class QSFooterImplTest extends LeakCheckedTest { } @Test @Ignore("failing") public void testSettings_UserNotSetup() { View settingsButton = mFooter.findViewById(id.settings_button); when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(false); Loading packages/SystemUI/tests/src/com/android/systemui/qs/QSFragmentTest.java +4 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ import android.widget.FrameLayout; @RunWith(AndroidTestingRunner.class) @RunWithLooper(setAsMainLooper = true) @SmallTest @Ignore("failing") @Ignore public class QSFragmentTest extends SysuiBaseFragmentTest { private MetricsLogger mMockMetricsLogger; Loading @@ -62,6 +62,7 @@ public class QSFragmentTest extends SysuiBaseFragmentTest { } @Before @Ignore("failing") public void addLeakCheckDependencies() { mMockMetricsLogger = mDependency.injectMockDependency(MetricsLogger.class); mContext.addMockSystemService(Context.LAYOUT_INFLATER_SERVICE, Loading @@ -80,6 +81,7 @@ public class QSFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("failing") public void testListening() { assertEquals(Looper.myLooper(), Looper.getMainLooper()); QSFragment qs = (QSFragment) mFragment; Loading @@ -103,6 +105,7 @@ public class QSFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("failing") public void testSaveState() { QSFragment qs = (QSFragment) mFragment; Loading packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper(setAsMainLooper = true) @SmallTest @Ignore("Flaky") @Ignore public class CarQsFragmentTest extends SysuiBaseFragmentTest { public CarQsFragmentTest() { super(CarQSFragment.class); Loading @@ -64,6 +64,7 @@ public class CarQsFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("Flaky") public void testLayoutInflation() { CarQSFragment fragment = (CarQSFragment) mFragment; mFragments.dispatchResume(); Loading @@ -73,6 +74,7 @@ public class CarQsFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("Flaky") public void testListening() { CarQSFragment qs = (CarQSFragment) mFragment; mFragments.dispatchResume(); Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/LocationControllerImplTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper @SmallTest @Ignore public class LocationControllerImplTest extends SysuiTestCase { private LocationControllerImpl mLocationController; Loading @@ -48,6 +47,7 @@ public class LocationControllerImplTest extends SysuiTestCase { } @Test @Ignore("flaky") public void testRemoveSelfActive_DoesNotCrash() { LocationController.LocationChangeCallback callback = new LocationChangeCallback() { @Override Loading @@ -69,6 +69,7 @@ public class LocationControllerImplTest extends SysuiTestCase { } @Test @Ignore("flaky") public void testRemoveSelfSettings_DoesNotCrash() { LocationController.LocationChangeCallback callback = new LocationChangeCallback() { @Override Loading packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,10 +56,10 @@ import org.mockito.MockitoAnnotations; import java.util.function.Predicate; @Ignore @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper @Ignore public class VolumeDialogImplTest extends SysuiTestCase { VolumeDialogImpl mDialog; Loading Loading
packages/SystemUI/tests/src/com/android/systemui/qs/QSFooterImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper @SmallTest @Ignore("failing") public class QSFooterImplTest extends LeakCheckedTest { private QSFooterImpl mFooter; Loading @@ -60,6 +59,7 @@ public class QSFooterImplTest extends LeakCheckedTest { } @Test @Ignore("failing") public void testSettings_UserNotSetup() { View settingsButton = mFooter.findViewById(id.settings_button); when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(false); Loading
packages/SystemUI/tests/src/com/android/systemui/qs/QSFragmentTest.java +4 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ import android.widget.FrameLayout; @RunWith(AndroidTestingRunner.class) @RunWithLooper(setAsMainLooper = true) @SmallTest @Ignore("failing") @Ignore public class QSFragmentTest extends SysuiBaseFragmentTest { private MetricsLogger mMockMetricsLogger; Loading @@ -62,6 +62,7 @@ public class QSFragmentTest extends SysuiBaseFragmentTest { } @Before @Ignore("failing") public void addLeakCheckDependencies() { mMockMetricsLogger = mDependency.injectMockDependency(MetricsLogger.class); mContext.addMockSystemService(Context.LAYOUT_INFLATER_SERVICE, Loading @@ -80,6 +81,7 @@ public class QSFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("failing") public void testListening() { assertEquals(Looper.myLooper(), Looper.getMainLooper()); QSFragment qs = (QSFragment) mFragment; Loading @@ -103,6 +105,7 @@ public class QSFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("failing") public void testSaveState() { QSFragment qs = (QSFragment) mFragment; Loading
packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper(setAsMainLooper = true) @SmallTest @Ignore("Flaky") @Ignore public class CarQsFragmentTest extends SysuiBaseFragmentTest { public CarQsFragmentTest() { super(CarQSFragment.class); Loading @@ -64,6 +64,7 @@ public class CarQsFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("Flaky") public void testLayoutInflation() { CarQSFragment fragment = (CarQSFragment) mFragment; mFragments.dispatchResume(); Loading @@ -73,6 +74,7 @@ public class CarQsFragmentTest extends SysuiBaseFragmentTest { } @Test @Ignore("Flaky") public void testListening() { CarQSFragment qs = (CarQSFragment) mFragment; mFragments.dispatchResume(); Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/LocationControllerImplTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper @SmallTest @Ignore public class LocationControllerImplTest extends SysuiTestCase { private LocationControllerImpl mLocationController; Loading @@ -48,6 +47,7 @@ public class LocationControllerImplTest extends SysuiTestCase { } @Test @Ignore("flaky") public void testRemoveSelfActive_DoesNotCrash() { LocationController.LocationChangeCallback callback = new LocationChangeCallback() { @Override Loading @@ -69,6 +69,7 @@ public class LocationControllerImplTest extends SysuiTestCase { } @Test @Ignore("flaky") public void testRemoveSelfSettings_DoesNotCrash() { LocationController.LocationChangeCallback callback = new LocationChangeCallback() { @Override Loading
packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,10 +56,10 @@ import org.mockito.MockitoAnnotations; import java.util.function.Predicate; @Ignore @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper @Ignore public class VolumeDialogImplTest extends SysuiTestCase { VolumeDialogImpl mDialog; Loading