Searched refs:msg4 (Results 1 – 2 of 2) sorted by relevance
396 SmsCbMessage msg4 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testEmptyPlmnDuplicateDetection() local400 assertTrue(mCellBroadcastHandler.isDuplicate(msg4)); in testEmptyPlmnDuplicateDetection()434 SmsCbMessage msg4 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testCrossSimDuplicateDetection() local438 assertTrue(mCellBroadcastHandler.isDuplicate(msg4)); in testCrossSimDuplicateDetection()
975 final FullTypeMessage msg4 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_INTEGER, in testStructClass_notEqualWithDifferentValue() local977 assertNotEquals(msg.ube32, msg4.ube32); in testStructClass_notEqualWithDifferentValue()978 assertFalse(msg.equals(msg4)); in testStructClass_notEqualWithDifferentValue()