Home
last modified time | relevance | path

Searched refs:helloWorld (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityMouseTest.java83 final String helloWorld = "Hello world!"; in testSelectTextByDrag() local
88 mouseDragOnText(helloWorld.indexOf("llo"), helloWorld.indexOf("ld!"))); in testSelectTextByDrag()
97 final String helloWorld = "Hello world!"; in testSelectTextByDrag_reverse() local
101 mouseDragOnText( helloWorld.indexOf("ld!"), helloWorld.indexOf("llo"))); in testSelectTextByDrag_reverse()
216 helloWorld.indexOf("world"))); in testSelectTextByLongClick()
220 helloWorld.indexOf("llo"))); in testSelectTextByLongClick()
224 helloWorld.indexOf("rld"))); in testSelectTextByLongClick()
242 helloWorld.indexOf("world"))); in testSelectTextByDoubleClick()
246 helloWorld.indexOf("llo"))); in testSelectTextByDoubleClick()
250 helloWorld.indexOf("rld"))); in testSelectTextByDoubleClick()
[all …]
H A DTextViewActivityTest.java131 final String helloWorld = "Hello world!"; in testTypedTextIsOnScreen() local
140 final String helloWorld = "Hello world!"; in testPositionCursorAtTextAtIndex() local
186 final String helloWorld = "Hello Kirk!"; in testLongPressToSelect() local
197 final String helloWorld = "Hello big round sun!"; in testLongPressEmptySpace() local
211 final String helloWorld = "Hello little handsome boy!"; in testLongPressAndDragToSelect() local
214 longPressAndDragOnText(helloWorld.indexOf("little"), helloWorld.indexOf(" boy!"))); in testLongPressAndDragToSelect()
255 final String helloWorld = "Hello SuetYi!"; in testDoubleTapToSelect() local
269 helloWorld.indexOf(" person!"))); in testDoubleTapAndDragToSelect()
279 doubleTapAndDragOnText(helloWorld.indexOf("m"), helloWorld.indexOf("a"))); in testDoubleTapAndDragToSelect_multiLine()
285 final String helloWorld = "Hello king of the Jungle!"; in testSelectBackwordsByTouch() local
[all …]
/aosp12/art/test/979-const-method-handle/src/
H A DMain.java95 static void helloWorld(String who) { in helloWorld() method in Main
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java944 String helloWorld = new String("HelloWorld"); in testReadWriteString() local
948 mMetadata.set(gpsProcessingMethodKey, helloWorld); in testReadWriteString()
951 assertEquals(helloWorld, actual); in testReadWriteString()