Home
last modified time | relevance | path

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

/aosp12/art/test/ManyMethods/
H A DManyMethods.java23 public static String msg4 = "Hello World4"; field in ManyMethods.Strings
62 Printer.Print(Strings.msg4); in Print4()
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DStructTest.java966 final FullTypeMessage msg4 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_INTEGER, in testStructClass_notEqualWithDifferentValue() local
968 assertNotEquals(msg.ube32, msg4.ube32); in testStructClass_notEqualWithDifferentValue()
969 assertFalse(msg.equals(msg4)); in testStructClass_notEqualWithDifferentValue()