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.java88 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()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1537 private int getBlockCount(int width, int height) { in getBlockCount() method in MediaCodecInfo.VideoCapabilities
1543 int targetBlockCount = getBlockCount(width, height); in findClosestSize()
1548 getBlockCount(size.getWidth(), size.getHeight())); in findClosestSize()
1560 Double ratio = getBlockCount(size.getWidth(), size.getHeight()) in estimateFrameRatesFor()
1561 / (double)Math.max(getBlockCount(width, height), 1); in estimateFrameRatesFor()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java354 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/non-updatable-api/
Dcurrent.txt31113 method public int getBlockCount();
35421 method @Deprecated public int getBlockCount();
/frameworks/base/api/
Dcurrent.txt31257 method public int getBlockCount();
35565 method @Deprecated public int getBlockCount();
/frameworks/base/config/
Dboot-image-profile.txt12155 HSPLandroid/os/StatFs;->getBlockCount()I
Dhiddenapi-greylist-max-o.txt37082 Landroid/media/MediaCodecInfo$VideoCapabilities;->getBlockCount(II)I