diff options
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 2615e0b..536a2c8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16597,9 +16597,15 @@ package android.os { public class StatFs { ctor public StatFs(java.lang.String); method public int getAvailableBlocks(); + method public long getAvailableBlocksLong(); + method public long getAvailableBytes(); method public int getBlockCount(); + method public long getBlockCountLong(); method public int getBlockSize(); + method public long getBlockSizeLong(); method public int getFreeBlocks(); + method public long getFreeBlocksLong(); + method public long getFreeBytes(); method public void restat(java.lang.String); } |