Home
last modified time | relevance | path

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

/aosp12/art/test/ManyMethods/
H A DManyMethods.java22 public static String msg3 = "Hello World3"; field in ManyMethods.Strings
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DStructTest.java960 final FullTypeMessage msg3 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_LONG, in testStructClass_notEqualWithDifferentValue() local
962 assertNotEquals(msg.u63, msg3.u63); in testStructClass_notEqualWithDifferentValue()
963 assertFalse(msg.equals(msg3)); in testStructClass_notEqualWithDifferentValue()