Searched refs:KEY_BODY (Results 1 - 11 of 11) sorted by relevance

/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java40 public static final String KEY_BODY = "body"; field in class:NotesDbAdapter
123 initialValues.put(KEY_BODY, body);
147 KEY_BODY}, null, null, null, null, null);
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
184 args.put(KEY_BODY, body);
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java40 public static final String KEY_BODY = "body"; field in class:NotesDbAdapter
123 initialValues.put(KEY_BODY, body);
147 KEY_BODY}, null, null, null, null, null);
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
184 args.put(KEY_BODY, body);
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java40 public static final String KEY_BODY = "body"; field in class:NotesDbAdapter
123 initialValues.put(KEY_BODY, body);
147 KEY_BODY}, null, null, null, null, null);
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
184 args.put(KEY_BODY, body);
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java40 public static final String KEY_BODY = "body"; field in class:NotesDbAdapter
123 initialValues.put(KEY_BODY, body);
147 KEY_BODY}, null, null, null, null, null);
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
184 args.put(KEY_BODY, body);
H A DNotepadv2.java121 i.putExtra(NotesDbAdapter.KEY_BODY, c.getString(
122 c.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));
133 String body = extras.getString(NotesDbAdapter.KEY_BODY);
141 String editBody = extras.getString(NotesDbAdapter.KEY_BODY);
H A DNoteEdit.java47 String body = extras.getString(NotesDbAdapter.KEY_BODY);
64 bundle.putString(NotesDbAdapter.KEY_BODY, mBodyText.getText().toString());
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java40 public static final String KEY_BODY = "body"; field in class:NotesDbAdapter
123 initialValues.put(KEY_BODY, body);
147 KEY_BODY}, null, null, null, null, null);
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
184 args.put(KEY_BODY, body);
H A DNotepadv3.java121 i.putExtra(NotesDbAdapter.KEY_BODY, c.getString(
122 c.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));
133 String body = extras.getString(NotesDbAdapter.KEY_BODY);
141 String editBody = extras.getString(NotesDbAdapter.KEY_BODY);
H A DNoteEdit.java47 String body = extras.getString(NotesDbAdapter.KEY_BODY);
64 bundle.putString(NotesDbAdapter.KEY_BODY, mBodyText.getText().toString());
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java40 public static final String KEY_BODY = "body"; field in class:NotesDbAdapter
123 initialValues.put(KEY_BODY, body);
147 KEY_BODY}, null, null, null, null, null);
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
184 args.put(KEY_BODY, body);
H A DNoteEdit.java74 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));

Completed in 356 milliseconds