Searched defs:byteValue (Results 1 – 7 of 7) sorted by relevance
104 public static CharSequence bytesToIecUnits(Context context, long byteValue) { in bytesToIecUnits()115 public static CharSequence formatDataUsageInCycle(Context context, long byteValue, in formatDataUsageInCycle()
58 public static CharSequence formatDataUsage(Context context, long byteValue) { in formatDataUsage()
76 final String byteValue = getString(key, null); in getBytes() local
363 int byteValue; in bytesToString() local
583 int byteValue; in bytesToString() local
220 ResultCode(byte byteValue) { in ResultCode()232 TransportState(byte byteValue) { in TransportState()
257 private static @ResultCode int from(byte byteValue) { in from()