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.java173 private final Map<String, String> mTvInputCustomLabels = new ArrayMap<>(); field in TvInputManagerHelper
211 mTvInputCustomLabels.put(inputId, inputCustomLabel.toString());
227 mTvInputCustomLabels.remove(inputId);
252 mTvInputCustomLabels.put(inputId, inputCustomLabel.toString());
274 mTvInputCustomLabels.put(inputInfo.getId(), inputCustomLabel.toString());
364 mTvInputCustomLabels.clear(); in stop()
374 mTvInputCustomLabels.clear(); in clearTvInputLabels()
460 String customLabel = mTvInputCustomLabels.get(info.getId()); in loadCustomLabel()
465 mTvInputCustomLabels.put(info.getId(), customLabel); in loadCustomLabel()
644 mTvInputCustomLabels.clear(); in initInputMaps()