Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationGutsManagerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ import com.android.systemui.statusbar.policy.DeviceProvisionedController; import com.android.systemui.util.Assert; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -461,6 +462,7 @@ public class NotificationGutsManagerTest extends SysuiTestCase { } @Test @Ignore public void testSetShouldManageLifetime_setShouldManage() { NotificationEntry entry = createTestNotificationRow().getEntry(); mGutsManager.setShouldManageLifetime(entry, true /* shouldManage */); Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/StatusBarWindowViewTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -35,11 +35,13 @@ import com.android.systemui.statusbar.StatusBarState; import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(AndroidJUnit4.class) @SmallTest @Ignore public class StatusBarWindowViewTest extends SysuiTestCase { private StatusBarWindowView mView; Loading @@ -60,6 +62,7 @@ public class StatusBarWindowViewTest extends SysuiTestCase { } @Test @Ignore public void testDragDownHelperCalledWhenDraggingDown() throws Exception { when(Dependency.get(StatusBarStateController.class).getState()) .thenReturn(StatusBarState.SHADE); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationGutsManagerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ import com.android.systemui.statusbar.policy.DeviceProvisionedController; import com.android.systemui.util.Assert; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -461,6 +462,7 @@ public class NotificationGutsManagerTest extends SysuiTestCase { } @Test @Ignore public void testSetShouldManageLifetime_setShouldManage() { NotificationEntry entry = createTestNotificationRow().getEntry(); mGutsManager.setShouldManageLifetime(entry, true /* shouldManage */); Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/StatusBarWindowViewTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -35,11 +35,13 @@ import com.android.systemui.statusbar.StatusBarState; import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(AndroidJUnit4.class) @SmallTest @Ignore public class StatusBarWindowViewTest extends SysuiTestCase { private StatusBarWindowView mView; Loading @@ -60,6 +62,7 @@ public class StatusBarWindowViewTest extends SysuiTestCase { } @Test @Ignore public void testDragDownHelperCalledWhenDraggingDown() throws Exception { when(Dependency.get(StatusBarStateController.class).getState()) .thenReturn(StatusBarState.SHADE); Loading