HomeSort by relevance Sort by last modified time
    Searched full:helloactivity (Results 1 - 7 of 7) sorted by null

  /development/samples/HelloActivity/tests/
Android.mk 12 LOCAL_INSTRUMENTATION_FOR := HelloActivity
AndroidManifest.xml 18 package="com.example.android.helloactivity.tests">
28 android:targetPackage="com.example.android.helloactivity"
29 android:label="HelloActivity sample tests">
  /development/samples/HelloActivity/tests/src/com/example/android/helloactivity/
HelloActivityTest.java 17 package com.example.android.helloactivity;
25 public class HelloActivityTest extends ActivityInstrumentationTestCase2<HelloActivity> {
28 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link HelloActivity} activity.
31 super(HelloActivity.class);
  /development/samples/HelloActivity/
Android.mk 9 LOCAL_PACKAGE_NAME := HelloActivity
AndroidManifest.xml 23 package="com.example.android.helloactivity">
25 <activity android:name="HelloActivity">
  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 17 package com.example.android.helloactivity;
26 public class HelloActivity extends Activity {
  /development/ide/eclipse/
.classpath 56 <classpathentry kind="src" path="development/samples/HelloActivity/src"/>
57 <classpathentry kind="src" path="development/samples/HelloActivity/tests/src"/>

Completed in 517 milliseconds