Home | History | Annotate | Download | only in os

Lines Matching refs:BYTES_PER_GB

194     private static final long BYTES_PER_GB = 1073741824; //1024^3
2547 } else if (bytes < BYTES_PER_GB){
2551 mFormatter.format("%.2fGB", bytes / (double) BYTES_PER_GB);