Loading packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/NotificationTestHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ public class NotificationTestHelper { .setUid(UID) .setInitialPid(2000) .setNotification(summary) .setUser(USER_HANDLE) .setParent(GroupEntry.ROOT_ENTRY) .build(); GroupEntryBuilder groupEntry = new GroupEntryBuilder() Loading packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -602,6 +602,9 @@ public class BubblesTest extends SysuiTestCase { // Get a reference to KeyguardStateController.Callback verify(mKeyguardStateController, atLeastOnce()) .addCallback(mKeyguardStateControllerCallbackCaptor.capture()); // Make sure mocks are set up for current user switchUser(ActivityManager.getCurrentUser()); } @After Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/NotificationTestHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ public class NotificationTestHelper { .setUid(UID) .setInitialPid(2000) .setNotification(summary) .setUser(USER_HANDLE) .setParent(GroupEntry.ROOT_ENTRY) .build(); GroupEntryBuilder groupEntry = new GroupEntryBuilder() Loading
packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -602,6 +602,9 @@ public class BubblesTest extends SysuiTestCase { // Get a reference to KeyguardStateController.Callback verify(mKeyguardStateController, atLeastOnce()) .addCallback(mKeyguardStateControllerCallbackCaptor.capture()); // Make sure mocks are set up for current user switchUser(ActivityManager.getCurrentUser()); } @After Loading