Fix potential concurrency issue with setTechnologyTypeExtras.

The setConnectionExtras call on mOriginalConnection would cause that
object to invoke the onExtrasChange callback in TelephonyConnection, which
itself would trampoline it back onto the handler.  A bit of a roundabout
way to set the extras. Using the new set extras API instead.

Bug: 27646331
Change-Id: I680b755a81addb2da95d47c3fceeb57b83cd8a4e
1 file changed