Searched refs:KEY_TITLE (Results 1 - 16 of 16) sorted by relevance

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
H A DDialogHelperImpl.java73 private static final String KEY_TITLE = "title"; field in class:DialogHelperImpl
89 bundle.putString(KEY_TITLE, title);
100 String title = args.getString(KEY_TITLE);
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java39 public static final String KEY_TITLE = "title"; field in class:NotesDbAdapter
122 initialValues.put(KEY_TITLE, title);
146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
183 args.put(KEY_TITLE, title);
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java39 public static final String KEY_TITLE = "title"; field in class:NotesDbAdapter
122 initialValues.put(KEY_TITLE, title);
146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
183 args.put(KEY_TITLE, title);
H A DNotepadv1.java70 String[] from = new String[] { NotesDbAdapter.KEY_TITLE };
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java39 public static final String KEY_TITLE = "title"; field in class:NotesDbAdapter
122 initialValues.put(KEY_TITLE, title);
146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
183 args.put(KEY_TITLE, title);
H A DNotepadv2.java57 String[] from = new String[]{NotesDbAdapter.KEY_TITLE};
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java39 public static final String KEY_TITLE = "title"; field in class:NotesDbAdapter
122 initialValues.put(KEY_TITLE, title);
146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
183 args.put(KEY_TITLE, title);
H A DNotepadv2.java59 String[] from = new String[]{NotesDbAdapter.KEY_TITLE};
119 i.putExtra(NotesDbAdapter.KEY_TITLE, c.getString(
120 c.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
132 String title = extras.getString(NotesDbAdapter.KEY_TITLE);
140 String editTitle = extras.getString(NotesDbAdapter.KEY_TITLE);
H A DNoteEdit.java46 String title = extras.getString(NotesDbAdapter.KEY_TITLE);
63 bundle.putString(NotesDbAdapter.KEY_TITLE, mTitleText.getText().toString());
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java39 public static final String KEY_TITLE = "title"; field in class:NotesDbAdapter
122 initialValues.put(KEY_TITLE, title);
146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
183 args.put(KEY_TITLE, title);
H A DNotepadv3.java59 String[] from = new String[]{NotesDbAdapter.KEY_TITLE};
119 i.putExtra(NotesDbAdapter.KEY_TITLE, c.getString(
120 c.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
132 String title = extras.getString(NotesDbAdapter.KEY_TITLE);
140 String editTitle = extras.getString(NotesDbAdapter.KEY_TITLE);
H A DNoteEdit.java46 String title = extras.getString(NotesDbAdapter.KEY_TITLE);
63 bundle.putString(NotesDbAdapter.KEY_TITLE, mTitleText.getText().toString());
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java39 public static final String KEY_TITLE = "title"; field in class:NotesDbAdapter
122 initialValues.put(KEY_TITLE, title);
146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null,
183 args.put(KEY_TITLE, title);
H A DNoteEdit.java72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
H A DNotepadv3.java57 String[] from = new String[]{NotesDbAdapter.KEY_TITLE};
/development/ndk/platforms/android-3/include/linux/
H A Dinput.h428 #define KEY_TITLE 0x171 macro

Completed in 127 milliseconds