Searched defs:loadCustomLabel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java132 CharSequence inputCustomLabel = info.loadCustomLabel(mContext);
173 CharSequence inputCustomLabel = info.loadCustomLabel(mContext);
192 CharSequence inputCustomLabel = inputInfo.loadCustomLabel(mContext);
366 public String loadCustomLabel(TvInputInfo info) { method in class:TvInputManagerHelper
369 CharSequence customLabelCharSequence = info.loadCustomLabel(mContext);
640 String label = mTvInputManagerHelper.loadCustomLabel(input);

Completed in 58 milliseconds