History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/IntRangeManagerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8fa6dfb2cbdc35ea4d70add3f8d9172d2e18d650 04-Feb-2016 Amit Mahajan <amitmahajan@google.com> Add annotations to tests to enable continuous testing.

Bug: 25691379
Change-Id: Ibe66bf70b68983fa09a842933467379eefde518f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/IntRangeManagerTest.java
01fdbd3285be1a8ba2143a4bc11a0f5065bb68d0 10-May-2012 Rika Brooks <rbrooks@codeaurora.org> Telephony: Fix IntRangeManager

-Fix to populate SmsBroadcastConfigInfo list with all the possible
range lists upon enable and disable to match previous implementation.
-Fix ClientRange to be ordered by start id, then by end id.
-Fix enableRange to handle missing cases:
-enable exact same range, i.e. new [x, y], existing [x, y]
-enable range that is already enclosed in existing range i.e.
adding [3, 3] to existing range [1,3]
-enable (startId -1) == range.endId, i.e. new [3, y] existing [1, 2]
-Fix where range.endId is not updated correctly
-Fix disableRange to first update mRange then call updateRange.
-Add more unit test cases.

Bug: 8355035
Change-Id: I83308c76ed28c6f753326aeaac6bec1d88c01b39
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/IntRangeManagerTest.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/IntRangeManagerTest.java