Loading packages/SystemUI/src/com/android/systemui/tv/TVSystemUICoreStartableModule.kt +8 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import com.android.systemui.statusbar.tv.TvStatusBar import com.android.systemui.statusbar.tv.VpnStatusObserver import com.android.systemui.statusbar.tv.notifications.TvNotificationHandler import com.android.systemui.statusbar.tv.notifications.TvNotificationPanel import com.android.systemui.theme.ThemeOverlayController import com.android.systemui.toast.ToastUI import com.android.systemui.usb.StorageNotification import com.android.systemui.util.NotificationChannels Loading Loading @@ -108,6 +109,12 @@ abstract class TVSystemUICoreStartableModule { @ClassKey(StorageNotification::class) abstract fun bindStorageNotification(sysui: StorageNotification): CoreStartable /** Inject into ThemeOverlayController. */ @Binds @IntoMap @ClassKey(ThemeOverlayController::class) abstract fun bindThemeOverlayController(sysui: ThemeOverlayController): CoreStartable /** Inject into ToastUI. */ @Binds @IntoMap Loading Loading
packages/SystemUI/src/com/android/systemui/tv/TVSystemUICoreStartableModule.kt +8 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import com.android.systemui.statusbar.tv.TvStatusBar import com.android.systemui.statusbar.tv.VpnStatusObserver import com.android.systemui.statusbar.tv.notifications.TvNotificationHandler import com.android.systemui.statusbar.tv.notifications.TvNotificationPanel import com.android.systemui.theme.ThemeOverlayController import com.android.systemui.toast.ToastUI import com.android.systemui.usb.StorageNotification import com.android.systemui.util.NotificationChannels Loading Loading @@ -108,6 +109,12 @@ abstract class TVSystemUICoreStartableModule { @ClassKey(StorageNotification::class) abstract fun bindStorageNotification(sysui: StorageNotification): CoreStartable /** Inject into ThemeOverlayController. */ @Binds @IntoMap @ClassKey(ThemeOverlayController::class) abstract fun bindThemeOverlayController(sysui: ThemeOverlayController): CoreStartable /** Inject into ToastUI. */ @Binds @IntoMap Loading