Home
last modified time | relevance | path

Searched refs:getBlockSize (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java133 mDataFileStats.getBlockSize(); in restatDataDir()
155 mSystemFileStats.getBlockSize(); in restatDataDir()
162 mCacheFileStats.getBlockSize(); in restatDataDir()
314 mDataFileStats.getBlockSize())/100L; in DeviceStorageMonitorService()
DDiskStatsService.java88 long bsize = statfs.getBlockSize(); in reportFreeSpace()
DDropBoxManagerService.java566 mBlockSize = mStatFs.getBlockSize(); in init()
/frameworks/base/core/java/android/os/
DStatFs.java48 public native int getBlockSize(); in getBlockSize() method in StatFs
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java54 mBlockSize = (int) (stat.getBlockSize()); in onCreate()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java157 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java118 return (long) st.getFreeBlocks() * (long) st.getBlockSize(); in getFreeStorageSize()
150 if (!invokePMFreeApplicationCache(diff * st.getBlockSize())) { in testFreeApplicationCacheSomeFiles()
282 long blkSize = st.getBlockSize(); in testAppCacheClear()
DPackageManagerTests.java281 (long)sdStats.getBlockSize(); in checkSd()
289 (long)intStats.getBlockSize(); in checkInt()
291 (long)intStats.getBlockSize(); in checkInt()
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java523 * (long) internalStats.getBlockSize(); in isUnderInternalThreshold()
546 final int blocksToMb = (1 << 20) / sdStats.getBlockSize(); in isUnderExternalThreshold()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java328 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits()
430 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java997 sBlockSize = new StatFs("/data").getBlockSize();
/frameworks/base/api/
Dcurrent.txt15128 method public int getBlockSize();
39078 method public final int getBlockSize();
D14.txt15128 method public int getBlockSize();
39078 method public final int getBlockSize();