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/
Perhaps someone could verify if this is an acceptable approach, but for a while I was using this:
File f = context.getDatabasePath(dbName); long dbSize = f.length();
Cheers