Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DPipInputManager.java385 String customizedLabel = Utils.loadLabel(mContext, mInputInfo); in getLongLabel() local
387 if (label.equals(customizedLabel)) { in getLongLabel()
388 return customizedLabel; in getLongLabel()
390 return customizedLabel + " (" + label + ")"; in getLongLabel()