Loading services/core/java/com/android/server/tv/TvInputManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ public final class TvInputManagerService extends SystemService { // let it add TvInputInfo objects to mInputList if there's any. serviceState = new ServiceState(component, userId); userState.serviceStateMap.put(component, serviceState); updateServiceConnectionLocked(component, userId); } else { inputList.addAll(serviceState.inputList); } Loading Loading
services/core/java/com/android/server/tv/TvInputManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ public final class TvInputManagerService extends SystemService { // let it add TvInputInfo objects to mInputList if there's any. serviceState = new ServiceState(component, userId); userState.serviceStateMap.put(component, serviceState); updateServiceConnectionLocked(component, userId); } else { inputList.addAll(serviceState.inputList); } Loading