HomeSort by relevance Sort by last modified time
    Searched refs:KEY_TITLE (Results 1 - 25 of 67) sorted by null

1 2 3

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 73 private static final String KEY_TITLE = "title";
89 bundle.putString(KEY_TITLE, title);
100 String title = args.getString(KEY_TITLE);
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 39 public static final String KEY_TITLE = "title";
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/
NotesDbAdapter.java 39 public static final String KEY_TITLE = "title";
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);
Notepadv1.java 70 String[] from = new String[] { NotesDbAdapter.KEY_TITLE };
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 39 public static final String KEY_TITLE = "title";
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);
Notepadv2.java 57 String[] from = new String[]{NotesDbAdapter.KEY_TITLE};
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 39 public static final String KEY_TITLE = "title";
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);
Notepadv2.java 59 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);
NoteEdit.java 46 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/
NotesDbAdapter.java 39 public static final String KEY_TITLE = "title";
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);
Notepadv3.java 59 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);
NoteEdit.java 46 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/
NotesDbAdapter.java 39 public static final String KEY_TITLE = "title";
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);
NoteEdit.java 72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
Notepadv3.java 57 String[] from = new String[]{NotesDbAdapter.KEY_TITLE};
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 37 private static final String KEY_TITLE = "title";
70 mTitle = userAttributes.get(KEY_TITLE);
223 userAttributes.putString(KEY_TITLE, mTitle);
240 userAttributes.putString(KEY_TITLE, title);
250 mTitle = userAttributes.getString(KEY_TITLE);
284 return userAttributes.getString(KEY_TITLE);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 52 private static final String KEY_TITLE = "title";
161 android.R.layout.simple_list_item_2, new String[]{KEY_TITLE, KEY_TEXT},
188 itemMap.put(KEY_TITLE, title);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java 80 private static final String KEY_TITLE = "TITLE";
82 private static final String sKeys[] = new String[] { KEY_TITLE, KEY_RESOLVE_INFO };
226 map.put(KEY_TITLE, getResolveInfoTitle(info));
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 38 private static final String KEY_TITLE = "title";
93 temp.put(KEY_TITLE, name);
  /external/qemu/
linux_keycodes.h 364 #define KEY_TITLE 0x171
  /external/bluetooth/bluedroid/btif/include/
uinput.h 361 #define KEY_TITLE 0x171
  /development/ndk/platforms/android-3/include/linux/
input.h 428 #define KEY_TITLE 0x171
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 459 #define KEY_TITLE 0x171
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 459 #define KEY_TITLE 0x171
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 459 #define KEY_TITLE 0x171

Completed in 254 milliseconds

1 2 3