History log of /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/SavedAccessPointsWifiSettingsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
234854cb047205b98a007120e2d6323f2bac97be 30-Mar-2018 Fan Zhang <zhfan@google.com> Remove more wrappers in favor of new Robolectric support

Bug: 76167422
Test: robotests
Change-Id: Ic71a181bee6f90f25f9fa2a748cf708887495394
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/SavedAccessPointsWifiSettingsTest.java
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/wifi/SavedAccessPointsWifiSettingsTest.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/wifi/SavedAccessPointsWifiSettingsTest.java
71cf59e62fbdc3d6c28e009d07d6f60edb7989b0 04-Dec-2017 jeffreyhuang <jeffreyhuang@google.com> Move wifi test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I9ef0979a7c6c3647cedd48a2c6ab855928c1b57e
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/SavedAccessPointsWifiSettingsTest.java
c03bd8f86f6d52712bc3c6f610d9f6a476a3a5eb 21-Sep-2017 Eric Schwarzenbach <easchwar@google.com> Fix "Add Network" button on SavedAccessPoints page.

Fix merge conflict.

The old onSubmit was a no-op. It now correctly pipes onSubmit to
WifiManager#save() with the new WifiConfiguration. On successful save,
it displays the new network in the list, and on failure, it displays a
toast indicating that the save action failed. Adds a test for the
WifiDialog behaviors on this page.

Bug: 66177765
Test: make RunSettingsRoboTests, manual - tested with Wifi enabled and
disabled, and with networks that were visible and not.
Change-Id: I27446aa49bc9efaf1ea1d6c6158928b62ce01ba2
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/SavedAccessPointsWifiSettingsTest.java
e76df1ca34dce65740a4807677c1f602c8c60756 20-Sep-2017 Doris Ling <dling@google.com> Put code that updates the access points lists inside a Handler.

When access point is forgot, we got callbacks from WifiManager to tell
us if the forget action is successful or not. We will refresh the access
point list in both cases. However, these callbacks happens on a
different thread and updating preferences should only be done on the
main thread. Creating a handler to handler all updates in the main
thread.

Change-Id: I7593befb20e46391ad69a284375693351a2cc794
Fixes: 65745404
Test: make RunSettingsRoboTests
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/SavedAccessPointsWifiSettingsTest.java