History log of /frameworks/base/telephony/java/com/android/ims/ImsConfig.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
515021eb2e32f8d9a929c6eec548fa304e4e312c 26-Apr-2018 Brad Ebinger <breadley@google.com> Clean up old Context references in ImsConfig

Bug: 77941698
Test: Manual
Change-Id: Ieb24830ef60d1bc383639777f8e22d0dc994782a
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
f8c3cd8b3530a27f7534c32bac84c464ad5f66ae 22-Jan-2018 Brad Ebinger <breadley@google.com> Make ImsService API @SystemApi

Marks the ImsService API as @SystemAPI.

Bug: 63987047
Test: Build, Telephony unit tests
Change-Id: I10f8a09950be87cb166b718d1dcc2954fba872cb
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
112c36d39f3668f5c90edc818045c4318957d018 16-Jan-2018 Brad Ebinger <breadley@google.com> Integrate new MMTel APIs into the framework

Performs the bulk of the work of:
1) Moving the old MMTel APIs to a hidden
.compat namespace to support older vendor
versions of the code.

2) Replace the compat MMTel APIs with the
new ImsService APIs and integrate them
into existing code.

This is one of two CLs, this CL
integrates the new APIs, the next CL
creates the compat layer in telephony
to translate the .compat APIs to the new
APIs to allow Telephony to work with
older versions of the API.

Before commit, the corresponding vendor
changes will have to be submitted as well.

Bug: 63987047
Test: Telephony Unit tests
Change-Id: Icc9ecfdad000f42399beeac142083e62962c12d3
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
2b460020c3d2b02cfe9ad6eabed59309d6b28348 01-Nov-2017 Malcolm Chen <refuhoo@google.com> Adding cache of IMS provisioned values.

Adding cache of IMS provisioned values in ImsConfigImplBase.

Bug: 66701374
Test: unitest

Change-Id: I98f8fc12fe44a668d43464cd5f4d2abc03f29764
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
27ca268756319afedfc1b88678bd4e78326949c0 25-Aug-2017 Brad Ebinger <breadley@google.com> Adds ERROR state to ImsConfig

Adds the ERROR return state for bool provisioning values
so that we can throw an Exception in some cases.

Bug: 64540800
Test: Manual
Change-Id: I0b79837c694d245999031ec65783857e114b7c75
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
c24bc10f42814a0c6b52fb0580fa98d2f9ce27c0 22-Jun-2017 Brad Ebinger <breadley@google.com> Add method that checks the Binder status of ImsConfig

Adds a method to check whether or not the ImsConfig
binder has died.

Bug: 62723694
Test: maual, follow bug procedure
Change-Id: I9df6533e7e7dc69487cea50fada6c89599b031a3
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
7e177da50c30b9ae56db29f373ea01ab68bfdcec 24-Jan-2017 Anju Mathapati <anjucm@codeaurora.org> IMS: RTT interface changes

Changes to implement RTT feature

Test: compilation
Change-Id: I6ce6993f5ecc321b91642cab297efb35cda3de2b
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java
21013dcf1b1c0c740efba863b6b4962fe3da9095 03-Feb-2017 Brad Ebinger <breadley@google.com> reates base implementation of ImsService AIDLs

This change introduces "base classes" of the AIDL interfaces that are
implemented in vendor provided ImsServices. This allows for new APIs
to be added to the AIDL files, along with stub implementation of those
AIDLs in the base classes. By extending from the base class, older
implementations of the AIDL interfaces will not need to be updated
when the interface changes.

This change also moves some of the com.android.ims classes from
frameworks/opt/net/ims to frameworks/base. Any class that will be
used in the new unbundled ImsService system will need to be in
the framework, as opposed to the optional library that they are
in now.

Bug: 30290416
Test: Manual
Change-Id: I4a186d8e910d6d4f711e983ec8d717fc5cbdefab
/frameworks/base/telephony/java/com/android/ims/ImsConfig.java