Searched refs:intStats (Results 1 – 1 of 1) sorted by relevance
353 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt() local354 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()355 long iSize = (long) intStats.getAvailableBlocks() * (long) intStats.getBlockSize(); in checkInt()