Searched refs:getBlockSize (Results 1 – 15 of 15) 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()
161 long bsize = statfs.getBlockSize(); in reportFreeSpace()
1092 mBlockSize = mStatFs.getBlockSize(); in init()
439 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits()541 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits()
365 sdSize = (long) sdStats.getAvailableBlocks() * (long) sdStats.getBlockSize(); in checkSd()373 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()374 long iSize = (long) intStats.getAvailableBlocks() * (long) intStats.getBlockSize(); in checkInt()
2619 public Size getBlockSize() { in getBlockSize() method in MediaCodecInfo.VideoCapabilities
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12691 HSPLandroid/os/StatFs;->getBlockSize()I23155 HSPLcom/android/org/bouncycastle/crypto/engines/AESEngine;->getBlockSize()I23171 HSPLcom/android/org/bouncycastle/crypto/modes/CBCBlockCipher;->getBlockSize()I30475 HSPLjavax/crypto/Cipher;->getBlockSize()I
22264 method public deprecated int getBlockSize();51267 method public final int getBlockSize();
12688 HSPLandroid/os/StatFs;->getBlockSize()I
33856 method @Deprecated public int getBlockSize();
26955 Landroid/media/MediaCodecInfo$VideoCapabilities;->getBlockSize()Landroid/util/Size;