History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyUtilsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0577de49f739f113f6e07d5539defc8d48232282 30-Jan-2013 xiaohui wang <xiaohui.wang@sonymobile.com> Fix failed test case when running framework auto test.

The method RetryManager.setRetryCount was modified in
f186b07b463447707117e2b54fc02f7ed30d6e43, However the
corresponding test cases were not updated and now fail.

The reason for failing is that setRetryCount no longer resets
the variable mRetryForever as it used to, and therefore
isRetryNeeded() returns true instead of false failing the
testcases.

Change-Id: Icbf23ada8000fab93ee34087e125d9b12d7e7897
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyUtilsTest.java
0825495a331bb44df395a0cdb79fab85e68db5d5 12-Jul-2012 Wink Saville <wink@google.com> Create telephony-common

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/TelephonyUtilsTest.java