Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java180 private final Map<String, String> mTvInputCustomLabels = new ArrayMap<>(); field in TvInputManagerHelper
218 mTvInputCustomLabels.put(inputId, inputCustomLabel.toString());
234 mTvInputCustomLabels.remove(inputId);
259 mTvInputCustomLabels.put(inputId, inputCustomLabel.toString());
281 mTvInputCustomLabels.put(inputInfo.getId(), inputCustomLabel.toString());
372 mTvInputCustomLabels.clear(); in stop()
382 mTvInputCustomLabels.clear(); in clearTvInputLabels()
470 String customLabel = mTvInputCustomLabels.get(info.getId()); in loadCustomLabel()
475 mTvInputCustomLabels.put(info.getId(), customLabel); in loadCustomLabel()
654 mTvInputCustomLabels.clear(); in initInputMaps()