Home
last modified time | relevance | path

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

/aosp12/art/test/ManyMethods/
H A DManyMethods.java24 public static String msg5 = "Hello World5"; field in ManyMethods.Strings
66 Printer.Print(Strings.msg5); in Print5()
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DStructTest.java972 final FullTypeMessage msg5 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_IPV4, in testStructClass_notEqualWithDifferentValue() local
974 assertNotEquals(msg.ipv4Address, msg5.ipv4Address); in testStructClass_notEqualWithDifferentValue()
975 assertFalse(msg.equals(msg5)); in testStructClass_notEqualWithDifferentValue()