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.java176 private final Map<String, CharSequence> mTvInputApplicationLabels = new ArrayMap<>(); field in TvInputManagerHelper
228 mTvInputApplicationLabels.remove(inputId);
254 mTvInputApplicationLabels.remove(inputId);
365 mTvInputApplicationLabels.clear(); in stop()
375 mTvInputApplicationLabels.clear(); in clearTvInputLabels()
473 return mTvInputApplicationLabels.get(inputId); in getTvInputApplicationLabel()
478 mTvInputApplicationLabels.put(inputId, label); in setTvInputApplicationLabel()
645 mTvInputApplicationLabels.clear(); in initInputMaps()