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