Searched refs:bd3 (Results 1 – 1 of 1) sorted by relevance
488 BearerData bd3 = BearerData.decode(HexDump.hexStringToByteArray(pdu3)); in testReplyOption() local489 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() local633 assertEquals(bd3.privacy, BearerData.PRIVACY_SECRET); in testPrivacyIndicator()669 BearerData bd3 = BearerData.decode(HexDump.hexStringToByteArray(pdu3)); in testMsgDeliveryAlert() local670 assertEquals(bd3.alert, 2); in testMsgDeliveryAlert()[all …]