Merge "new telephonyRegistryManager"
diff --git a/src/com/android/server/telecom/PhoneStateBroadcaster.java b/src/com/android/server/telecom/PhoneStateBroadcaster.java
index a5e3848..533c81c 100644
--- a/src/com/android/server/telecom/PhoneStateBroadcaster.java
+++ b/src/com/android/server/telecom/PhoneStateBroadcaster.java
@@ -114,7 +114,7 @@
 
         try {
             if (mRegistry != null) {
-                mRegistry.notifyCallState(phoneState, callHandle);
+                mRegistry.notifyCallStateForAllSubs(phoneState, callHandle);
                 Log.i(this, "Broadcasted state change: %s", mCurrentState);
             }
         } catch (RemoteException e) {