Wire up IMS framework APIs and call pull.
1. Wired up the IMS framework APIs so that the modem can inform us of new dialog event package changes. 2. Wired up the call pull API so that calls to it make it down to an ImsExternalConnection. 3. In ImsExternalCallTracker, listen to the call pull requests on the external connections, and use this to trigger the actual pull of the call, which is essentially a dial with an extra specified (per QCOM). I abstracted away the idea of pulling the call using the ImsPullCall interface, which ImsPhoneCallTracker implements. Bug: 27458894 Change-Id: Idd20a95c2993b29dcd0a7e6c71fb6232cff88736
Loading
Please register or sign in to comment