History log of /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppStateUsageStatsBridgeTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da3079c55551e61a40a0f434dc8a14327cfec7e2 02-Feb-2017 Daniel Nishi <dhnishi@google.com> Fix a bug where the new 1 year usage stats query was broken.

This bug was not caught by the robotests because they were completely
mocked out and did not care about the values being passed into them.
This bug was missed in manual testing due to me not paying enough
attention to the apps list that was showing up in Deletion Helper and
not seeing it was more permissive than it should have been.

Bug: 34933090
Test: New Robotest
Change-Id: I28666bd6ead4cbfb4145ae2e7f3847a1d6d85638
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppStateUsageStatsBridgeTest.java
9385b673317060523b66a40780d5ad1df1530a56 17-Jan-2017 Salvador Martinez <dehboxturtle@google.com> Added different thresholds to DeletionHelperActivity

Added the ability to change the threshold for what
deletion helper should show to the user as deletable
content. An additional filter was added to show
all content on the device regardless of age.

Test: robotests
Bug: 32581398
Change-Id: Idb87169b64209d8abb7c360f6e3ad5b65001111f
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppStateUsageStatsBridgeTest.java
be5c3057c1e193b6b0d10a46ecc723ef790a4ebd 25-Jan-2017 Daniel Nishi <dhnishi@google.com> Reduce the timeframe which Deletion Helper queries for usage stats.

By querying only 1 year back instead of infinity, we can improve
get results slightly faster and avoid some issues w.r.t. querying
for all time (i.e. start time 0).

As a side-note, this should also fix the problem where apps which
should be ineligible were showing up as eligible. We will need
to monitor that situation in the dogfood population.

Bug: 33430363
Test: Robotests
Change-Id: I5cd3202ad25db5716150c857c7da2422c0fa741e
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppStateUsageStatsBridgeTest.java
2e95e842919a07037094742b9b8c70fbd8be2d2e 19-Sep-2016 Matthew Fritze <mfritze@google.com> Update Robolectric tests to use google truth

Bug: 31545801
Test: make RunStorageManagerRoboTests
Change-Id: Id4669bea6d17cc2463e11dfff594e5c57c380c08
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppStateUsageStatsBridgeTest.java
cbcc53c409c36520ac452375cdd08e9175a1c1db 26-Aug-2016 Daniel Nishi <dhnishi@google.com> Add unit tests for the AppStateUsageStatsBridge.

Bug: 30900642
Test: m -j32 RunStorageManagerRoboTests
Change-Id: I95d2c9f281a431447767764e935feb7302ca0680
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppStateUsageStatsBridgeTest.java