From 4cd0b14e0285ebe8ceba6f3867e0d26ba10d2957 Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Tue, 19 Dec 2017 10:17:45 -0800 Subject: [PATCH] Remove wifi calling from Wifi settings Also remove the preference controller since it is only used in ConfigureWifiSettings. The mobile network page lives in com.android.phone and it has its own way to handle the wifi calling. Bug: 70798448 Test: RunSettingsRoboTests Change-Id: I0ea923c0a1ba2b89fcf8939d70128e3f54c75558 --- res/xml/wifi_configure_settings.xml | 6 - .../WifiCallingPreferenceController.java | 54 --------- .../settings/wifi/ConfigureWifiSettings.java | 2 - .../WifiCallingPreferenceControllerTest.java | 105 ------------------ 4 files changed, 167 deletions(-) delete mode 100644 src/com/android/settings/network/WifiCallingPreferenceController.java delete mode 100644 tests/robotests/src/com/android/settings/network/WifiCallingPreferenceControllerTest.java diff --git a/res/xml/wifi_configure_settings.xml b/res/xml/wifi_configure_settings.xml index e58d319bbf5..6993f265cf4 100644 --- a/res/xml/wifi_configure_settings.xml +++ b/res/xml/wifi_configure_settings.xml @@ -53,12 +53,6 @@ - -