History log of /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba04dbb340fd2263997903ed3430fbb5c21e69bc 08-Jun-2017 Daniel Nishi <dhnishi@google.com> Storage manager notification -> Storage Settings.

Because we can change the storage manager settings from the main storage
page, it makes more sense to send the user to the Storage Settings
screen.

Change-Id: I0bf70463d0662d25969da9fbb6328ae9fe55deb5
Fixes: 62382787
Test: StorageManager robotest
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
438324179ac6fddbf01e1f32810bfd6399dfee9a 21-Feb-2017 Daniel Nishi <dhnishi@google.com> Make the NotificationController intents explicit.

This fixes a regression where the intents were not being
triggered.

Bug: 35624247
Test: StorageManager RoboTest
Change-Id: Ifee3860a5d3ec19bbd7af06bf4e8b2a58dde01a4
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
8e460948582fb0e2ad5da7af65c17b0c40594ce3 02-Dec-2016 Daniel Nishi <dhnishi@google.com> Merge "Fix off-by-one error on ASM dismissal notification day count."
451b36800a0778cae24368680daf9162f3d52a64 30-Nov-2016 Daniel Nishi <dhnishi@google.com> Only show ASM activation notification locally.

Previously, it would show up on wearables. This confused users who
thought that the notification had to do with the wearable, rather
than their device.

BUG: 32311334
Test: Manual -- verify that the notification doesn't show up on watch.
Change-Id: I9a5aef0ac130ef2f38a965971b85a11ea6181ac9
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
cd3d7da2c936698273f15c7cd0d2fbc97b8d291f 28-Nov-2016 Daniel Nishi <dhnishi@google.com> Fix off-by-one error on ASM dismissal notification day count.

The correct delay on dismissmal between ASM notifications is 14 days.
This was incorrectly coded as 15 days. This fix changes it from 15 days
to 14.

Bug: 32183602
Test: m RunStorageManagerRoboTests
Change-Id: Ia343b8280dd2109e0c556c7e71e94a448702fbf3
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
9f6d7f00138afbb634fabf04d8dd67f6e86b60f5 17-Oct-2016 Daniel Nishi <dhnishi@google.com> Fix a bug where the storage manager notification showed too many times.

This occurred when the user dismisses the notification. An intent without
metadata was being used as the delete intent, causing the notification
controller to not increment its shown count.

Bug: 32183602
Test: StorageManager robotests
Change-Id: Ide3a038d475ef313a71b262419c8720c65fb140d
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.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/automatic/NotificationControllerTest.java
fff597ce52cbc1693f1a3d781991e19c103e08f2 01-Sep-2016 Daniel Nishi <dhnishi@google.com> Add tests for the PhotosDeletionPreference.

Bug: 30900642
Test: m -j32 RunStorageManagerRoboTests
Change-Id: Id230cf5c2fefefc686b2ce1ac8df9820e61b23b7
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
80f8ec612704639f209346f09c208eb3fc8cab56 19-Aug-2016 Daniel Nishi <dhnishi@google.com> Add tests for the PreferenceListCache.

This patch also moves the PreferenceListCache into the utils
package.

Bug: 30900642
Test: m -j32 RunStorageManagerRobotests
Change-Id: I32a33a1720622bf5204841830e22f14f6e2c8f10
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java
5a23549a834c21f6d5c032ab69b5bb6e0ef702f5 17-Aug-2016 Daniel Nishi <dhnishi@google.com> Add unit tests for the NotificationController.

In bringing it under a test harness, I discovered and fixed a bug.
The NotificationController used to show the notification one more
times than its supposed max.

Bug: 30900642
Change-Id: I76596a4c14de1ccbe68a9343751ffe1bbdee9f0c
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/NotificationControllerTest.java