HomeSort by relevance Sort by last modified time
    Searched refs:helloWorld (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityMouseTest.java 69 final String helloWorld = "Hello world!";
71 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld));
76 mouseDragOnText(helloWorld.indexOf("llo"), helloWorld.indexOf("ld!")));
85 onView(withId(R.id.textview)).perform(mouseClickOnTextAtIndex(helloWorld.indexOf("w")));
93 final String helloWorld = "Hello world!";
95 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld));
97 mouseDragOnText( helloWorld.indexOf("ld!"), helloWorld.indexOf("llo")));
189 final String helloWorld = "Hello world!"
    [all...]
TextViewActivityTest.java 77 final String helloWorld = "Hello world!";
79 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld));
81 onView(withId(R.id.textview)).check(matches(withText(helloWorld)));
86 final String helloWorld = "Hello world!";
88 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld));
89 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(helloWorld.indexOf("world")));
135 final String helloWorld = "Hello Kirk!";
137 onView(withId(R.id.textview)).perform(typeTextIntoFocusedView(helloWorld));
139 longPressOnTextAtIndex(helloWorld.indexOf("Kirk")));
146 final String helloWorld = "Hello big round sun!"
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
HelloWorldMaker.java 34 // Generate a HelloWorld class.
35 TypeId<?> helloWorld = TypeId.get("LHelloWorld;");
36 dexMaker.declare(helloWorld, "HelloWorld.generated", Modifier.PUBLIC, TypeId.OBJECT);
37 generateHelloMethod(dexMaker, helloWorld);
43 Class<?> helloWorldClass = loader.loadClass("HelloWorld");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java     [all...]
  /system/media/camera/docs/
metadata_helpers.py 703 pascal_case("helloWorld") == "HelloWorld"
705 pascal_case("hello.world") = "HelloWorld"
    [all...]

Completed in 538 milliseconds