Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java183 private final Map<String, CharSequence> mTvInputApplicationLabels = new ArrayMap<>(); field in TvInputManagerHelper
235 mTvInputApplicationLabels.remove(inputId);
261 mTvInputApplicationLabels.remove(inputId);
373 mTvInputApplicationLabels.clear(); in stop()
383 mTvInputApplicationLabels.clear(); in clearTvInputLabels()
483 return mTvInputApplicationLabels.get(inputId); in getTvInputApplicationLabel()
488 mTvInputApplicationLabels.put(inputId, label); in setTvInputApplicationLabel()
655 mTvInputApplicationLabels.clear(); in initInputMaps()