Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
DStatusTextUtils.java28 private static final String COLOR_YELLOW = "yellow"; field in StatusTextUtils
50 audioPositionColor = COLOR_YELLOW; in getStatusWarningInHTML()
81 return String.format("<font color=%s>%s</font>\n", COLOR_YELLOW, msg); in getAudioWarningInHTML()
90 buffer.append(COLOR_YELLOW); in appendStatusLine()
107 buffer.append(COLOR_YELLOW); in appendErrorStatusLine()