Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java177 private final Map<String, Drawable> mTvInputApplicationIcons = new ArrayMap<>(); field in TvInputManagerHelper
229 mTvInputApplicationIcons.remove(inputId);
255 mTvInputApplicationIcons.remove(inputId);
366 mTvInputApplicationIcons.clear(); in stop()
483 return mTvInputApplicationIcons.get(inputId); in getTvInputApplicationIcon()
488 mTvInputApplicationIcons.put(inputId, icon); in setTvInputApplicationIcon()
646 mTvInputApplicationIcons.clear(); in initInputMaps()