Searched refs:msg3 (Results 1 – 2 of 2) sorted by relevance
382 SmsCbMessage msg3 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testEmptyPlmnDuplicateDetection() local386 assertFalse(mCellBroadcastHandler.isDuplicate(msg3)); in testEmptyPlmnDuplicateDetection()427 SmsCbMessage msg3 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testCrossSimDuplicateDetection() local431 assertTrue(mCellBroadcastHandler.isDuplicate(msg3)); in testCrossSimDuplicateDetection()
969 final FullTypeMessage msg3 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_LONG, in testStructClass_notEqualWithDifferentValue() local971 assertNotEquals(msg.u63, msg3.u63); in testStructClass_notEqualWithDifferentValue()972 assertFalse(msg.equals(msg3)); in testStructClass_notEqualWithDifferentValue()