History log of /frameworks/base/telephony/java/com/android/internal/telephony/RetryManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3aecdb9d7e92b1a91860600feefb5c0062b652cf 18-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: Ib711450566694550d9cb9ba01c25599010d2e5e4
390de220248d05ccb9dc10a197700ad3c1595937 11-May-2010 Jake Hamby <jhamby@google.com> Fix some typos and other cosmetic cleanups in telephony framework.

- Fix typos in Javadoc and comments.
- Fix Javadoc @link references to other classes/methods.
- Rename MISSING_UKNOWN_APN to MISSING_UNKNOWN_APN in DataConnection.
- Remove unused (and misspelled) RETRYIES_* consts in RetryManager.

Change-Id: I3b44ac8320d6c1e4c350be600c7ef266aaf735e4
/frameworks/base/telephony/java/com/android/internal/telephony/RetryManager.java
01b6d244174b4fe5434593fc89189ba94bc76e7d 05-Mar-2010 Wink Saville <wink@google.com> Allow the configuration string to have quotes.

This makes properties easier to read so from:
ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000

to this:
ro.cdma.data_retry_config="default_randomization=2000,0,0,120000,180000"

Change-Id: Ied2a7be0102512cd2ce528d566c19ed3a8e2f480
/frameworks/base/telephony/java/com/android/internal/telephony/RetryManager.java
a03ab1a6a07614f3d588232e12d9c45d840bae82 13-Aug-2009 Wink Saville <wink@google.com> Allow max_retires to be set to infinite.

Setting max_retires to infinite sets mRetryForever to true and therefore
isRetryNeeded will always be true. This is better than an alternative
which is to set max_retires to a large value such as 2147483647.
/frameworks/base/telephony/java/com/android/internal/telephony/RetryManager.java
3918e13b24d4e7ad410089eb615721ca026bec01 09-Aug-2009 Wink Saville <wink@google.com> Add configurable data-retry.

Add RetryManager and change GsmDataConnectionTracker and
CdmaDataConnectionTracker to use it.

Add TelephonyUtilsTest which tests RetryManager.
/frameworks/base/telephony/java/com/android/internal/telephony/RetryManager.java