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

  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadActivityTest.java 20 import com.example.android.notepad.NotesList;
26 public class NotePadActivityTest extends ActivityInstrumentationTestCase2<NotesList> {
29 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link NotesList} activity.
32 super(NotesList.class);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 52 public class NotesList extends ListActivity {
55 private static final String TAG = "NotesList";
94 * ListView, and the context menu is handled by a method in NotesList.
166 new ComponentName(this, NotesList.class), null, intent, 0, null);
288 * This method is called when the user context-clicks a note in the list. NotesList registers
318 * whatever the backing adapter of the ListView has associated with the item. In NotesList,
347 new ComponentName(this, NotesList.class), null, intent, 0, null);

Completed in 149 milliseconds