I can\'t get the total amount of data used by an Android Application (or package), because the official API support has been deleted:
http://groups.google.com/group/
You can query the database with these two:
pragma page_size; pragma page_count;
(see the sqlite pragma docs).
Multiply the first by the second and you'll get total pages used.