History log of /frameworks/base/telephony/java/android/telephony/ims/stub/ImsConfigImplBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35d89ea6ac99f3be2ab37d38d1ae99bd9f0eef3a 24-Jan-2018 Brad Ebinger <breadley@google.com> Modify ImsService API to accomodate compat

Modifies the ImsService API to accomodate
the ImsService compat layer for older
vender implementations

Bug: 63987047
Test: Manual, Telephony unit tests
Change-Id: Ifb2870414e3d80ef114b3c5fa00c5c5e1aa80b05
/frameworks/base/telephony/java/android/telephony/ims/stub/ImsConfigImplBase.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/android/telephony/ims/stub/ImsConfigImplBase.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/android/telephony/ims/stub/ImsConfigImplBase.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/android/telephony/ims/stub/ImsConfigImplBase.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/android/telephony/ims/stub/ImsConfigImplBase.java