Move the CallManager registerPhone into GsmCdmaPhone am: 6b04a4a212 am: bd566a9e87

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I46409e2c4980610604e1dd6ed7afebcd3bb8f387
diff --git a/src/com/android/phone/PhoneGlobals.java b/src/com/android/phone/PhoneGlobals.java
index 509aa57..03d5afe 100644
--- a/src/com/android/phone/PhoneGlobals.java
+++ b/src/com/android/phone/PhoneGlobals.java
@@ -367,9 +367,6 @@
             startService(intent);
 
             mCM = CallManager.getInstance();
-            for (Phone phone : PhoneFactory.getPhones()) {
-                mCM.registerPhone(phone);
-            }
 
             // Create the NotificationMgr singleton, which is used to display
             // status bar icons and control other status bar behavior.