Fields Summary |
---|
public String | packageNameName of the package to which this stats applies. |
public int | userHandle |
public long | codeSizeSize of the code (e.g., APK) |
public long | dataSizeSize of the internal data size for the application. (e.g.,
/data/data/) |
public long | cacheSizeSize of cache used by the application. (e.g., /data/data//cache) |
public long | externalCodeSizeSize of the secure container on external storage holding the
application's code. |
public long | externalDataSizeSize of the external data used by the application (e.g.,
/Android/data/) |
public long | externalCacheSizeSize of the external cache used by the application (i.e., on the SD
card). If this is a subdirectory of the data directory, this size will be
subtracted out of the external data size. |
public long | externalMediaSizeSize of the external media size used by the application. |
public long | externalObbSizeSize of the package's OBBs placed on external media. |
public static final Parcelable.Creator | CREATOR |