Merge "Clean up DataSettingsManager calls" am: 81c6d766a9

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telephony/+/2032431

Change-Id: Ie99556185f6b328e905bd98dd76cab3291cf6899
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index f7a7b74..7e7ca07 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -6616,8 +6616,7 @@
             if (phone != null) {
                 boolean retVal;
                 if (phone.isUsingNewDataStack()) {
-                    retVal = phone.getDataNetworkController().getDataSettingsManager()
-                            .isDataEnabled();
+                    retVal = phone.getDataSettingsManager().isDataEnabled();
                 } else {
                     retVal = phone.getDataEnabledSettings().isDataEnabled();
                 }