Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java396 SmsCbMessage msg4 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testEmptyPlmnDuplicateDetection() local
400 assertTrue(mCellBroadcastHandler.isDuplicate(msg4)); in testEmptyPlmnDuplicateDetection()
434 SmsCbMessage msg4 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testCrossSimDuplicateDetection() local
438 assertTrue(mCellBroadcastHandler.isDuplicate(msg4)); in testCrossSimDuplicateDetection()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DStructTest.java975 final FullTypeMessage msg4 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_INTEGER, in testStructClass_notEqualWithDifferentValue() local
977 assertNotEquals(msg.ube32, msg4.ube32); in testStructClass_notEqualWithDifferentValue()
978 assertFalse(msg.equals(msg4)); in testStructClass_notEqualWithDifferentValue()