Searched refs:roundStorageSize (Results 1 – 5 of 5) sorted by relevance
19 import static android.os.FileUtils.roundStorageSize;461 assertEquals(M128, roundStorageSize(M128)); in testRoundStorageSize()462 assertEquals(M256, roundStorageSize(M128 + 1)); in testRoundStorageSize()463 assertEquals(M256, roundStorageSize(M256 - 1)); in testRoundStorageSize()464 assertEquals(M256, roundStorageSize(M256)); in testRoundStorageSize()465 assertEquals(M512, roundStorageSize(M256 + 1)); in testRoundStorageSize()466 assertEquals(M512, roundStorageSize(M512 - 1)); in testRoundStorageSize()467 assertEquals(M512, roundStorageSize(M512)); in testRoundStorageSize()468 assertEquals(G1, roundStorageSize(M512 + 1)); in testRoundStorageSize()469 assertEquals(G1, roundStorageSize(G1)); in testRoundStorageSize()[all …]
183 return FileUtils.roundStorageSize(mStorage.getPrimaryStorageSize()); in getTotalBytes()190 return FileUtils.roundStorageSize(vol.disk.size); in getTotalBytes()
1122 FileUtils.roundStorageSize(Environment.getDataDirectory().getTotalSpace() in getPrimaryStoragePathAndSize()1128 return FileUtils.roundStorageSize(Environment.getDataDirectory().getTotalSpace() in getPrimaryStorageSize()
1040 public static long roundStorageSize(long size) { in roundStorageSize() method in FileUtils
4235 HPLandroid/os/FileUtils;->roundStorageSize(J)J