History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ImsResolver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
82e8da62fe3f83f29d834636b8da5ce6803204e3 21-Mar-2017 Sanket Padawe <sanketpadawe@google.com> Change 'idx' to 'index' for SubscriptionManager api.

Bug: 35767068
Test: No build failure on update.
Change-Id: I56977b047512100d5fbe7eb8eb2df8aa1f773b8b
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ImsResolver.java
d8c6d59607f963be65bb78f92c44194a78b66108 17-Feb-2017 Brad Ebinger <breadley@google.com> Remove Session ID from ImsService APIs that are not used

1) Remove session ID from ImsService APIs that do not need them.
2) Change logging in ImsResolver to be less verbose.

Test: Manual
Change-Id: Ifaa3daf6d78ef5dae873b3c5e48be60a5cf79836
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ImsResolver.java
ebe7395407ab7a006daec0bb797557b9ad76fc52 23-Jan-2017 Brad Ebinger <breadley@google.com> Introduces ImsResolver and ImsServiceController Classes

First part in a series of changes to refactor IMS APIs and allow
multiple ImsServices to be managed based on device and carrier
configurations. This change includes:
1) Introduces the ImsResolver class, which caches the apps
defining an ImsService in their manifest. It then updates
which ImsServices it is bound to by monitoring package changes
and changes to the Carrier Configuration.
2) Introduces the ImsServiceController class, which manages
the binding to an ImsService as well as control changes to
the features that the ImsService supports.

Test: Adds unit tests
Bug: 30290416
Change-Id: Id5bb341903bcf03cf340a8552ad3a75e8409c494
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ImsResolver.java