Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/util/
DStatusTextUtils.java30 private static final String COLOR_YELLOW = "yellow"; field in StatusTextUtils
54 audioPositionColor = COLOR_YELLOW; in getStatusWarningInHTML()
83 return String.format("<font color=%s>%s</font>\n", COLOR_YELLOW, msg); in getAudioWarningInHTML()
92 buffer.append(COLOR_YELLOW); in appendStatusLine()
109 buffer.append(COLOR_YELLOW); in appendErrorStatusLine()