Searched refs:appendStatusLine (Results 1 – 1 of 1) sorted by relevance
/packages/apps/TV/src/com/android/tv/tuner/util/ |
D | StatusTextUtils.java | 70 appendStatusLine(buffer, "KbytesInQueue", bytesInQueue / 1000, 1, 10); in getStatusWarningInHTML() 74 appendStatusLine(buffer, "packetsPerSec", packetsPerSec, PACKETS_PER_SEC_RED, in getStatusWarningInHTML() 86 private static void appendStatusLine(StringBuffer buffer, String factorName, long value, in appendStatusLine() method in StatusTextUtils
|