Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java353 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt() local
354 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()
355 long iSize = (long) intStats.getAvailableBlocks() * (long) intStats.getBlockSize(); in checkInt()