History log of /frameworks/base/telephony/java/com/android/ims/ImsConfig.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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