OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:helloactivity
(Results
1 - 2
of
2
) sorted by null
/development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java
17
package com.example.android.
helloactivity
;
28
public class
HelloActivity
extends Activity {
/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);
Completed in 227 milliseconds