am 64351f10: am 6f0f566d: Merge "Bind hardware TIS at startup" into lmp-dev

* commit '64351f106821e591644d3b2f446601999311a2d3':
  Bind hardware TIS at startup
This commit is contained in:
Wonsik Kim
2014-09-01 04:53:40 +00:00
committed by Android Git Automerger

View File

@@ -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);
}