Searched refs:mBodyText (Results 1 - 3 of 3) sorted by relevance

/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNoteEdit.java29 private EditText mBodyText; field in class:NoteEdit
39 mBodyText = (EditText) findViewById(R.id.body);
54 mBodyText.setText(body);
64 bundle.putString(NotesDbAdapter.KEY_BODY, mBodyText.getText().toString());
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNoteEdit.java29 private EditText mBodyText; field in class:NoteEdit
39 mBodyText = (EditText) findViewById(R.id.body);
54 mBodyText.setText(body);
64 bundle.putString(NotesDbAdapter.KEY_BODY, mBodyText.getText().toString());
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
H A DNoteEdit.java29 private EditText mBodyText; field in class:NoteEdit
43 mBodyText = (EditText) findViewById(R.id.body);
73 mBodyText.setText(note.getString(
99 String body = mBodyText.getText().toString();

Completed in 69 milliseconds