Searched refs:helloWorld (Results 1 – 4 of 4) sorted by relevance
83 final String helloWorld = "Hello world!"; in testSelectTextByDrag() local88 mouseDragOnText(helloWorld.indexOf("llo"), helloWorld.indexOf("ld!"))); in testSelectTextByDrag()97 final String helloWorld = "Hello world!"; in testSelectTextByDrag_reverse() local101 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 …]
131 final String helloWorld = "Hello world!"; in testTypedTextIsOnScreen() local140 final String helloWorld = "Hello world!"; in testPositionCursorAtTextAtIndex() local186 final String helloWorld = "Hello Kirk!"; in testLongPressToSelect() local197 final String helloWorld = "Hello big round sun!"; in testLongPressEmptySpace() local211 final String helloWorld = "Hello little handsome boy!"; in testLongPressAndDragToSelect() local214 longPressAndDragOnText(helloWorld.indexOf("little"), helloWorld.indexOf(" boy!"))); in testLongPressAndDragToSelect()255 final String helloWorld = "Hello SuetYi!"; in testDoubleTapToSelect() local269 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 …]
95 static void helloWorld(String who) { in helloWorld() method in Main
944 String helloWorld = new String("HelloWorld"); in testReadWriteString() local948 mMetadata.set(gpsProcessingMethodKey, helloWorld); in testReadWriteString()951 assertEquals(helloWorld, actual); in testReadWriteString()