Searched refs:GB (Results 1 – 2 of 2) sorted by relevance
38 final long GB = (MB * 1024); in formatSize() local49 } else if (size < GB) { in formatSize()54 value = (int) (size / GB); in formatSize()
216 long GB = 1024 * MB; in toReadable() local217 long TB = 1024 * GB; in toReadable()224 } else if (data < GB) { in toReadable()227 ret = (data / GB) + " GB"; in toReadable()