Home
last modified time | relevance | path

Searched refs:bd4 (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java495 BearerData bd4 = BearerData.decode(HexDump.hexStringToByteArray(pdu4)); in testReplyOption() local
496 assertEquals("Test Acknowledgement 4", bd4.userData.payloadStr); in testReplyOption()
497 assertEquals(false, bd4.userAckReq); in testReplyOption()
498 assertEquals(false, bd4.deliveryAckReq); in testReplyOption()
499 assertEquals(false, bd4.readAckReq); in testReplyOption()
500 assertEquals(true, bd4.reportReq); in testReplyOption()
673 BearerData bd4 = BearerData.decode(HexDump.hexStringToByteArray(pdu4)); in testMsgDeliveryAlert() local
674 assertEquals(bd4.alert, 3); in testMsgDeliveryAlert()
675 assertEquals(bd4.userData.payloadStr, "Test Alert 3"); in testMsgDeliveryAlert()
705 BearerData bd4 = BearerData.decode(HexDump.hexStringToByteArray(pdu4)); in testMiscParams() local
[all …]