History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f7dc5ac00bf6b0a82ba7ba5711d394191392eb15 25-Jan-2017 Nathan Harold <nharold@google.com> Remove newFromRil() function to a utility class

Remove a dependency on frameworks/opt from SmsMessage for CDMA

-Add SmsMessageConverter for CdmaSmsMessage's
-Convert RadioIndication and CdmaSmsCbTest to use the calls in
the new converter class

Bug: 33414487
Change-Id: I2f0029b3d6a5efd5c8740643ee78a13c8c4cbb2f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
92428df50d736a3d1d0f32779a22c65fcec0efab 01-Mar-2017 Jordan Liu <jminjie@google.com> Remove old @Postsubmit annotation

The annotation is no longer needed because it has been replaced with
@FlakyTest. This commit also removes the import.

Change-Id: I5e7c1a7b6a856f84f294f98acb4ba627fc7880cd
Fixes: 35710737
Test: No change to behavior
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
e73ef117c8f5a7ea2feaa9ba8a15ec2de4137c7d 24-Feb-2017 Jordan Liu <jminjie@google.com> Add @FlakyTest annotation to @Postsubmit tests

@Postsubmit may be used for something else in the future, so replace
them with the more correct and specific annotation, @FlakyTest.

Bug: 35710737
Change-Id: I0f0db45e29c90a28147caab700457d10a7abf698
Test: No change to behavior
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
e7c29ee85e324289d247d6e28a8c1a216c3658c4 19-Dec-2016 Amit Mahajan <amitmahajan@google.com> Client (framework) side HAL changes for RIL unsolicited responses.

Test: WIP
Bug: 32020264
Change-Id: I94300f56cd46bdad81271cb44113bcc72591394f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
85a3c169a2e5e0b793c127ece9e34dac1c00206a 06-Sep-2016 Naveen Kalla <mrnaveen@google.com> Fix ServiceStateTrackerTest and CdmaSmsCbTest

Use an unsupported encoding scheme in testCmasUnsupportedCharSet of
CdmaSmsCbTest. GCM_DCS is supported. So change it to 0x1F. Using 0x1F
since it encoding scheme is a 5 bit value and 0x1F is maximum.

Increase the wait time in ServiceStateTrackerTest to 200ms. Tests were a
bit flaky when the time was 100ms.

Change-Id: Ieac80b5b1b80819acd6fb314f48a5fada68db791
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
38ea8753cf66bbdca0257e2c9bd02befec61764a 26-Aug-2016 Amit Mahajan <amitmahajan@google.com> Mark flaky/failing tests as @Postsubmit.

This is done so that telephony tests can be enabled for presubmit.
All tests not passing at least 95% of the time are marked
@Postsubmit. Test passing metrics are based on
go/tel-nyc-mr1-apct-dashboard and go/tel-master-apct-dashboard.
These tests will be fixed as part of b/29579544.

Bug: 31041734
Change-Id: I5e65e94696b6526eb3c270238fd80795319ea2ff
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
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/cdma/CdmaSmsCbTest.java
d720945f2be5ea5fe0faf67e67d9ea0e184eba67 01-Aug-2012 Alex Yakavenka <ayakav@codeaurora.org> Telephony: Move uicc classes into uicc package

Reduce constructor visibility to package where
possible

Dependent Changes:
I3b718b9aea1f21c7906c8243b4ca0db6af495a08
I80204a2f3dc57cac875abeab390bb9db7a636ff7
Ib9c19e8b157dc7ec74eb14baca5bd3b5caf08c47

Change-Id: Ib4f43374c041cb5eaf2e3883e5ea28b2eb2c9a69
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
ded9c0af7fa49504c047275ed34c2d3b22bf0c3a 07-Dec-2012 Wink Saville <wink@google.com> Use Rlog

Change-Id: Ie013f51215de8380b8de74161b6056b010711cfd
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.java
b8a13d300b245e0080aa01275e232f54d5d0e09c 25-Jul-2012 Jake Hamby <jhamby@google.com> Implement CMAS service category program results.

Correctly handle CDMA Service Category Program Data requests,
and send the SCPT response to the message center. Parcel SCPD
operations as an ArrayList instead of an array (current version
will throw ClassCastException when the array is cast).

Bug: 6853691
Change-Id: I949ea68891c78306059248832e59a593ab606e11
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/CdmaSmsCbTest.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/cdma/CdmaSmsCbTest.java