History log of /packages/apps/Settings/tests/robotests/src/com/android/settings/development/DebugViewAttributesPreferenceControllerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22a39c2b93bc66db71238274a7683d329232d124 26-Feb-2018 James Lemieux <jplemieux@google.com> Use external/robolectric-shadows/run_robotests.mk

This allows Settings to test against the latest framework changes.

Also replaced TestConfig with traditional robolectric.properties.

Bug: 73173204
Bug: 73892008
Test: make -j56 RunSettingsRoboTests
Change-Id: I3135b4fa5f095ba79b282a76f45dd9baa2584bc7
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/DebugViewAttributesPreferenceControllerTest.java
4fbf04cd1056928d1f2ef3c648b11112f80915de 01-Mar-2018 Doris Ling <dling@google.com> Remove unnecessary onDeveloperOptionsSwitchEnabled/Disabled override.

- default implementation has been added in the super class to handle
enabling/disabling the preference when the master developer options
switch it turned on/off. Removing all subclass that originally
implemented the methods that only contains the default behavior.

Bug: 73955632
Test: make RunSettingsRoboTests
Change-Id: I13c372c2ab498a5786b40cdc1ad3b5f3424abb5a
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/DebugViewAttributesPreferenceControllerTest.java
cbfb099a4002f751ff9b367f1742565b40c5d519 05-Dec-2017 jeffreyhuang <jeffreyhuang@google.com> Rename SDK_VERSION_O to SDK_VERSION

Test: make RunSettingsRoboTests -j40
Change-Id: I6715062d8addadda441e32809db1af55f15e3a90
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/DebugViewAttributesPreferenceControllerTest.java
876d3c13b29a03996c7c75e924a480cbad7ba392 28-Nov-2017 jeffreyhuang <jeffreyhuang@google.com> Move development test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I886a72774442884329d15e5dd276b00a269201c5
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/DebugViewAttributesPreferenceControllerTest.java
af7737c15ce2f7347c086febd7da2032a2d19fd8 22-Sep-2017 jeffreyhuang <jeffreyhuang@google.com> Introduce DebugViewAttributesPreferenceController

- Create new DebugViewAttributesPreferenceController
- Create controller inside the DashboardFragment
- Port logic from DevelopmentSettings into the controller

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: Ida84c187f2670a601aaf1ff2f141807b28ec081c
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/DebugViewAttributesPreferenceControllerTest.java