Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java488 BearerData bd3 = BearerData.decode(HexDump.hexStringToByteArray(pdu3)); in testReplyOption() local
489 assertEquals("Test Acknowledgement 3", bd3.userData.payloadStr); in testReplyOption()
490 assertEquals(false, bd3.userAckReq); in testReplyOption()
491 assertEquals(false, bd3.deliveryAckReq); in testReplyOption()
492 assertEquals(true, bd3.readAckReq); in testReplyOption()
493 assertEquals(false, bd3.reportReq); in testReplyOption()
632 BearerData bd3 = BearerData.decode(HexDump.hexStringToByteArray(pdu3)); in testPrivacyIndicator() local
633 assertEquals(bd3.privacy, BearerData.PRIVACY_SECRET); in testPrivacyIndicator()
669 BearerData bd3 = BearerData.decode(HexDump.hexStringToByteArray(pdu3)); in testMsgDeliveryAlert() local
670 assertEquals(bd3.alert, 2); in testMsgDeliveryAlert()
[all …]