OSDN Git Service

Add page listing multiple mobile networks
authorAntony Sargent <asargent@google.com>
Fri, 11 Jan 2019 21:11:57 +0000 (13:11 -0800)
committerAntony Sargent <asargent@google.com>
Wed, 16 Jan 2019 05:57:39 +0000 (21:57 -0800)
commitf4ee4ef3bf249a34740c6e6bf1e3a5bf303f0d99
tree7970130022a2bb0a57749e9e0be8e909d5db911a
parentde324b9b7076fe4b68149258147844088cf04fab
Add page listing multiple mobile networks

When a device supports simultaneous connection to multiple mobile
networks, we want the "Mobile network" entry on the Network & internet
page to list the number of active SIMs and when clicked, go to a page
that lists them all.

Bug: 116349402
Test: make RunSettingsRoboTests
Change-Id: Ie642d7801cda07dcbbe74d42c234db6605566be4
res/values/strings.xml
res/xml/mobile_network_list.xml [new file with mode: 0644]
res/xml/network_and_internet_v2.xml
src/com/android/settings/network/MobileNetworkListController.java [new file with mode: 0644]
src/com/android/settings/network/MobileNetworkListFragment.java [new file with mode: 0644]
src/com/android/settings/network/MobileNetworkSummaryController.java [new file with mode: 0644]
src/com/android/settings/network/NetworkDashboardFragment.java
tests/robotests/src/com/android/settings/network/MobileNetworkListControllerTest.java [new file with mode: 0644]
tests/robotests/src/com/android/settings/network/MobileNetworkSummaryControllerTest.java [new file with mode: 0644]