Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DContactsDictionaryUtilsTest.java51 final String testString3 = "Larry'Page"; in testGetWordEndPosition() local
53 testString3, testString1.length(), 0 /* startIndex */)); in testGetWordEndPosition()
/aosp12/art/test/160-read-barrier-stress/src/
H A DMain.java156 String testString3 = null; in testGcRoots() local
163 testString3 = "testString3"; in testGcRoots()
176 assertSameObject(testString3, "testString3"); in testGcRoots()