Home
last modified time | relevance | path

Searched refs:TvInputManagerImpl (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java83 private static final class TvInputManagerImpl implements TvInputManagerInterface { class in TvInputManagerHelper
86 private TvInputManagerImpl(TvInputManager delegate) { in TvInputManagerImpl() method in TvInputManagerHelper.TvInputManagerImpl
307 protected static TvInputManagerImpl createTvInputManagerWrapper(Context context) { in createTvInputManagerWrapper()
310 return tvInputManager == null ? null : new TvInputManagerImpl(tvInputManager); in createTvInputManagerWrapper()