Searched refs:helloWorld (Results 1 – 3 of 3) sorted by relevance
69 final String helloWorld = "Hello world!"; in testSelectTextByDrag() local71 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); in testSelectTextByDrag()76 mouseDragOnText(helloWorld.indexOf("llo"), helloWorld.indexOf("ld!"))); in testSelectTextByDrag()85 onView(withId(R.id.textview)).perform(mouseClickOnTextAtIndex(helloWorld.indexOf("w"))); in testSelectTextByDrag()93 final String helloWorld = "Hello world!"; in testSelectTextByDrag_reverse() local95 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); in testSelectTextByDrag_reverse()97 mouseDragOnText( helloWorld.indexOf("ld!"), helloWorld.indexOf("llo"))); in testSelectTextByDrag_reverse()189 final String helloWorld = "Hello world!"; in testSelectTextByLongClick() local191 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); in testSelectTextByLongClick()197 helloWorld.indexOf("world"))); in testSelectTextByLongClick()[all …]
77 final String helloWorld = "Hello world!"; in testTypedTextIsOnScreen() local79 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); in testTypedTextIsOnScreen()81 onView(withId(R.id.textview)).check(matches(withText(helloWorld))); in testTypedTextIsOnScreen()86 final String helloWorld = "Hello world!"; in testPositionCursorAtTextAtIndex() local88 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); in testPositionCursorAtTextAtIndex()89 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(helloWorld.indexOf("world"))); in testPositionCursorAtTextAtIndex()135 final String helloWorld = "Hello Kirk!"; in testLongPressToSelect() local137 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld)); in testLongPressToSelect()139 longPressOnTextAtIndex(helloWorld.indexOf("Kirk"))); in testLongPressToSelect()146 final String helloWorld = "Hello big round sun!"; in testLongPressEmptySpace() local[all …]
944 String helloWorld = new String("HelloWorld"); in testReadWriteString() local948 mMetadata.set(gpsProcessingMethodKey, helloWorld); in testReadWriteString()951 assertEquals(helloWorld, actual); in testReadWriteString()