Searched refs:helloWorld (Results 1 – 3 of 3) sorted by relevance
83 final String helloWorld = "Hello world!"; in testSelectTextByDrag() local85 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testSelectTextByDrag()88 mouseDragOnText(helloWorld.indexOf("llo"), helloWorld.indexOf("ld!"))); in testSelectTextByDrag()91 onView(withId(R.id.textview)).perform(mouseClickOnTextAtIndex(helloWorld.indexOf("w"))); in testSelectTextByDrag()97 final String helloWorld = "Hello world!"; in testSelectTextByDrag_reverse() local99 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testSelectTextByDrag_reverse()101 mouseDragOnText( helloWorld.indexOf("ld!"), helloWorld.indexOf("llo"))); in testSelectTextByDrag_reverse()208 final String helloWorld = "Hello world!"; in testSelectTextByLongClick() local210 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testSelectTextByLongClick()216 helloWorld.indexOf("world"))); in testSelectTextByLongClick()[all …]
141 final String helloWorld = "Hello world!"; in testTypedTextIsOnScreen() local144 setText(helloWorld); in testTypedTextIsOnScreen()146 onView(withId(R.id.textview)).check(matches(withText(helloWorld))); in testTypedTextIsOnScreen()150 final String helloWorld = "Hello world!"; in testPositionCursorAtTextAtIndex() local151 setText(helloWorld); in testPositionCursorAtTextAtIndex()152 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(helloWorld.indexOf("world"))); in testPositionCursorAtTextAtIndex()196 final String helloWorld = "Hello Kirk!"; in testLongPressToSelect() local198 setText(helloWorld); in testLongPressToSelect()200 longPressOnTextAtIndex(helloWorld.indexOf("Kirk"))); in testLongPressToSelect()207 final String helloWorld = "Hello big round sun!"; in testLongPressEmptySpace() local[all …]
952 String helloWorld = new String("HelloWorld"); in testReadWriteString() local956 mMetadata.set(gpsProcessingMethodKey, helloWorld); in testReadWriteString()959 assertEquals(helloWorld, actual); in testReadWriteString()