History log of /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00b4488ec14591753239e9ee507d04a62c4d146c 12-Jul-2017 Daniel Nishi <dhnishi@google.com> Don't let the user delete their default launcher.

Change-Id: Idabfeef5732ad9a0920007b79621189c721a046a
Fixes: 63154615
Test: StorageManager robotest
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java
36e04d3e9d2f35bdeda8ababa6f4fb8db23f673e 17-Apr-2017 Daniel Nishi <dhnishi@google.com> Use the greater value of the two UsageStat queries

This should fix or reduce the amount of usage stats errors which
are shown by the Deletion Helper.

Bug: 36906669
Test: StorMan Robotests
Change-Id: I6d4fe090f4963b09e0915ac724fec558ec39b388
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java
909617163fcf714c9933160d60060b27568ad791 17-Apr-2017 Jeff Sharkey <jsharkey@android.com> Follow storage API polishing.

Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.StorageHostTest
Bug: 37325923, 35812899, 35806020
Change-Id: I82685e1e8c02d0f40ddce144de40303377d07a30
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java
886d2cf4134f84425351e34c8be3e81a8747163b 14-Apr-2017 Daniel Nishi <dhnishi@google.com> Don't crash if primary usage stats are null.

Change-Id: I1390def38efb405af0fac8ae2092630d228c2baa
Fixes: 37320568
Test: Robotest
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java
dd4f3f0854b75a6ee20587d0d000829f38433617 03-Mar-2017 Daniel Nishi <dhnishi@google.com> Don't make 0B freeable.

The apps deletion provider was incorrectly saying it had clearable
bytes when it did not in its callback. As a result, toggling it on
and off to force a callback would make the view believe it had bytes
to clear.

The Free button itself, though, got the correct 0B number using a
different calculation.

This patches the invalid clearable bytes calculation for app deletion.

Change-Id: Ia3033806e4fc12b7a51d181fcc5e935cf0f7f580
Fixes: 35946083
Test: StorageManager Robotest
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java
dee882c960b4db9bae9f2c9144b84c6ba001a051 02-Feb-2017 Salvador Martinez <dehboxturtle@google.com> Switched DeletionHelper backend to use loader

Application state is slow because it does so many
things so the backend for DeletionHelper has been
switched to use a loader specific to this screen.

Test: make RunStorageManagerRoboTests
Bug: 34768442
Change-Id: I1123f64e57d04a08cee90e98f3f05216acf35c7e
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/AppsAsyncLoaderTest.java