Associate connected APN list with subscription

- As per the current implementation, connected apn list used by
  TelephonyRegistry is common. As a result, in multi sim cases,
  when APN status of one subscription changes, sometimes the phone
  state listeners are notified with change in the other subscription
  instead, depending on whose cleanUp or setUp method is called first.

- Fix this by keeping a separate connected APN list for each
  subscription.

CRs-Fixed: 935723

Change-Id: I4490511af12ce0871fb7699cae55a923efc8c534
1 file changed