Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarExpandedView.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -180,6 +180,7 @@ public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskView // Ideally this would be package private, but we have to set this in a fake for test and we // Ideally this would be package private, but we have to set this in a fake for test and we // don't yet have dagger set up for tests, so have to set manually // don't yet have dagger set up for tests, so have to set manually @VisibleForTesting @Inject @Inject public BubbleLogger bubbleLogger; public BubbleLogger bubbleLogger; Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarExpandedView.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -180,6 +180,7 @@ public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskView // Ideally this would be package private, but we have to set this in a fake for test and we // Ideally this would be package private, but we have to set this in a fake for test and we // don't yet have dagger set up for tests, so have to set manually // don't yet have dagger set up for tests, so have to set manually @VisibleForTesting @Inject @Inject public BubbleLogger bubbleLogger; public BubbleLogger bubbleLogger; Loading