Searched refs:getBlockSize (Results 1 – 14 of 14) sorted by relevance
72 public int getBlockSize() { in getBlockSize() method in StatFs
78 sDefaultPageSize = new StatFs("/data").getBlockSize(); in getDefaultPageSize()
54 mBlockSize = (int) (stat.getBlockSize()); in onCreate()
159 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache()
163 long bsize = statfs.getBlockSize(); in reportFreeSpace()
897 mBlockSize = mStatFs.getBlockSize(); in init()
370 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits()472 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits()
346 sdSize = (long) sdStats.getAvailableBlocks() * (long) sdStats.getBlockSize(); in checkSd()354 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()355 long iSize = (long) intStats.getAvailableBlocks() * (long) intStats.getBlockSize(); in checkInt()
2058 public Size getBlockSize() { in getBlockSize() method in MediaCodecInfo.VideoCapabilities
22264 method public deprecated int getBlockSize();51267 method public final int getBlockSize();
35423 method @Deprecated public int getBlockSize();75527 method public final int getBlockSize();
35567 method @Deprecated public int getBlockSize();75671 method public final int getBlockSize();
12156 HSPLandroid/os/StatFs;->getBlockSize()I
37084 Landroid/media/MediaCodecInfo$VideoCapabilities;->getBlockSize()Landroid/util/Size;