Searched refs:mRowId (Results 1 – 3 of 3) sorted by relevance
30 private Long mRowId; field in NoteEdit47 mRowId = (savedInstanceState == null) ? null : in onCreate()49 if (mRowId == null) { in onCreate()51 mRowId = extras != null ? extras.getLong(NotesDbAdapter.KEY_ROWID) in onCreate()68 if (mRowId != null) { in populateFields()69 Cursor note = mDbHelper.fetchNote(mRowId); in populateFields()82 outState.putSerializable(NotesDbAdapter.KEY_ROWID, mRowId); in onSaveInstanceState()101 if (mRowId == null) { in saveState()104 mRowId = id; in saveState()107 mDbHelper.updateNote(mRowId, title, body); in saveState()
30 private Long mRowId; field in NoteEdit43 mRowId = null; in onCreate()48 mRowId = extras.getLong(NotesDbAdapter.KEY_ROWID); in onCreate()65 if (mRowId != null) { in onCreate()66 bundle.putLong(NotesDbAdapter.KEY_ROWID, mRowId); in onCreate()