Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/util/
DStatusTextUtils.java28 private static final String COLOR_YELLOW = "yellow"; field in StatusTextUtils
57 audioPositionColor = COLOR_YELLOW; in getStatusWarningInHTML()
101 return String.format("<font color=%s>%s</font>\n", COLOR_YELLOW, msg); in getAudioWarningInHTML()
110 buffer.append(COLOR_YELLOW); in appendStatusLine()
127 buffer.append(COLOR_YELLOW); in appendErrorStatusLine()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DClog.java41 private static final int COLOR_YELLOW = 33; field in Clog
139 color = COLOR_YELLOW; in println()