Home
last modified time | relevance | path

Searched refs:getBlockCount (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java53 int totalBlocks = stat.getBlockCount(); in onCreate()
81 int totalBlocks = stat.getBlockCount(); in fillupdisk()
/frameworks/base/core/java/android/os/
DStatFs.java86 public int getBlockCount() { in getBlockCount() method in StatFs
/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java262 public int getBlockCount() { in getBlockCount() method in MifareClassic
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java165 long total = statfs.getBlockCount(); in reportFreeSpace()
DDropBoxManagerService.java865 int nonreserved = available - mStatFs.getBlockCount() * reservePercent / 100; in trimToFit()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1430 private int getBlockCount(int width, int height) { in getBlockCount() method in MediaCodecInfo.VideoCapabilities
1436 int targetBlockCount = getBlockCount(width, height); in findClosestSize()
1441 getBlockCount(size.getWidth(), size.getHeight())); in findClosestSize()
1453 Double ratio = getBlockCount(size.getWidth(), size.getHeight()) in estimateFrameRatesFor()
1454 / (double)Math.max(getBlockCount(width, height), 1); in estimateFrameRatesFor()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java353 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18536 method public int getBlockCount();
22262 method public deprecated int getBlockCount();
/frameworks/base/config/
Dhiddenapi-public-dex.txt27470 Landroid/nfc/tech/MifareClassic;->getBlockCount()I
31713 Landroid/os/StatFs;->getBlockCount()I
Dboot-image-profile.txt28444 HSPLandroid/os/StatFs;->getBlockCount()I
/frameworks/base/api/
Dcurrent.txt28963 method public int getBlockCount();
33103 method public deprecated int getBlockCount();