The getStorageUsed method of the ClientStore Class contains the following signatures:
getStorageUsed()
getStorageUsed(int flags)
Retrieves the amount of storage space the principal has used.
public long getStorageUsed();
Returns the amount of space used, in bytes.
Retrieves the amount of storage space the principal has used.
public long getStorageUsed(int flags);
Returns the amount of space used, in bytes.
flags | A value that indicates the storage area in which to find the space used for. It can be one or both of the STORE_FL_LOCAL and STORE_FL_ROAMING flags. |