Searched refs:appendStatusLine (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/util/
H A DStatusTextUtils.java70 appendStatusLine(buffer, "KbytesInQueue", bytesInQueue / 1000, 1, 10);
74 appendStatusLine(buffer, "packetsPerSec", packetsPerSec, PACKETS_PER_SEC_RED,
86 private static void appendStatusLine(StringBuffer buffer, String factorName, long value, method in class:StatusTextUtils

Completed in 55 milliseconds