HomeSort by relevance Sort by last modified time
    Searched full:blockstomb (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 818 final int blocksToMb = (1 << 20) / sdStats.getBlockSize();
819 availSdMb = sdStats.getAvailableBlocks() * blocksToMb;
    [all...]

Completed in 2843 milliseconds