Files
app_Settings/src/com/android/settings
Daniel Nishi 6f92b661a4 Fix a bug where cache was double-counted.
Cache was being counted as cache and also as data in the app info page.
This is due to a faulty assumption I made that getDataBytes() and
getCacheBytes() measured distinct areas of storage (in actuality,
getCacheBytes() is a subset of getDataBytes()). This improper assumption
also led to the unit test being incorrect.

Change-Id: I4144d50800f82feaecb7a0a8dff26be3e4f14da8
Fixes: 62182151
Test: Settings robotest & manual
2017-05-31 11:00:51 -07:00
..
2017-03-08 16:28:02 -08:00
2017-02-24 12:03:09 -07:00
2016-12-14 22:41:58 +00:00
2017-05-24 19:59:15 +00:00