Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/CentralSurfacesImplTest.java +2 −6 Original line number Diff line number Diff line Loading @@ -226,7 +226,6 @@ import dagger.Lazy; import kotlinx.coroutines.test.TestScope; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; Loading Loading @@ -712,7 +711,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { } @Test @Ignore("b/427066068") public void lockscreenStateMetrics_notShowing_secure() { // uninteresting state, except that fingerprint must be non-zero when(mKeyguardStateController.isOccluded()).thenReturn(false); Loading Loading @@ -995,7 +993,8 @@ public class CentralSurfacesImplTest extends SysuiTestCase { } @Test @Ignore("b/427066068") // When the scene container is enabled, StatusBarStateController.setState() is no longer needed. @DisableSceneContainer public void testShowKeyguardImplementation_setsState() { when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); Loading Loading @@ -1259,7 +1258,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { @Test @DisableFlags(FLAG_KEYBOARD_SHORTCUT_HELPER_REWRITE) @Ignore("b/427066068") public void dismissKeyboardShortcuts_largeScreen_newFlagsDisabled_dismissesTabletVersion() { switchToLargeScreen(); mFeatureFlags.set(SHORTCUT_LIST_SEARCH_LAYOUT, true); Loading Loading @@ -1310,7 +1308,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { @Test @DisableFlags(FLAG_KEYBOARD_SHORTCUT_HELPER_REWRITE) @Ignore("b/427066068") public void dismissKeyboardShortcuts_smallScreen_bothFlagsDisabled_dismissesPhoneVersion() { switchToSmallScreen(); mFeatureFlags.set(SHORTCUT_LIST_SEARCH_LAYOUT, false); Loading @@ -1324,7 +1321,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { @Test @EnableFlags(FLAG_KEYBOARD_SHORTCUT_HELPER_REWRITE) @Ignore("b/427066068") public void toggleKeyboardShortcuts_largeScreen_bothFlagsEnabled_doesNotTogglesAny() { switchToLargeScreen(); mFeatureFlags.set(SHORTCUT_LIST_SEARCH_LAYOUT, true); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/CentralSurfacesImplTest.java +2 −6 Original line number Diff line number Diff line Loading @@ -226,7 +226,6 @@ import dagger.Lazy; import kotlinx.coroutines.test.TestScope; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; Loading Loading @@ -712,7 +711,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { } @Test @Ignore("b/427066068") public void lockscreenStateMetrics_notShowing_secure() { // uninteresting state, except that fingerprint must be non-zero when(mKeyguardStateController.isOccluded()).thenReturn(false); Loading Loading @@ -995,7 +993,8 @@ public class CentralSurfacesImplTest extends SysuiTestCase { } @Test @Ignore("b/427066068") // When the scene container is enabled, StatusBarStateController.setState() is no longer needed. @DisableSceneContainer public void testShowKeyguardImplementation_setsState() { when(mLockscreenUserManager.getCurrentProfiles()).thenReturn(new SparseArray<>()); Loading Loading @@ -1259,7 +1258,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { @Test @DisableFlags(FLAG_KEYBOARD_SHORTCUT_HELPER_REWRITE) @Ignore("b/427066068") public void dismissKeyboardShortcuts_largeScreen_newFlagsDisabled_dismissesTabletVersion() { switchToLargeScreen(); mFeatureFlags.set(SHORTCUT_LIST_SEARCH_LAYOUT, true); Loading Loading @@ -1310,7 +1308,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { @Test @DisableFlags(FLAG_KEYBOARD_SHORTCUT_HELPER_REWRITE) @Ignore("b/427066068") public void dismissKeyboardShortcuts_smallScreen_bothFlagsDisabled_dismissesPhoneVersion() { switchToSmallScreen(); mFeatureFlags.set(SHORTCUT_LIST_SEARCH_LAYOUT, false); Loading @@ -1324,7 +1321,6 @@ public class CentralSurfacesImplTest extends SysuiTestCase { @Test @EnableFlags(FLAG_KEYBOARD_SHORTCUT_HELPER_REWRITE) @Ignore("b/427066068") public void toggleKeyboardShortcuts_largeScreen_bothFlagsEnabled_doesNotTogglesAny() { switchToLargeScreen(); mFeatureFlags.set(SHORTCUT_LIST_SEARCH_LAYOUT, true); Loading