/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
D | NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; field in NotesDbAdapter 122 initialValues.put(KEY_TITLE, title); in createNote() 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, in fetchAllNotes() 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, in fetchNote() 183 args.put(KEY_TITLE, title); in updateNote()
|
D | Notepadv3.java | 59 String[] from = new String[]{NotesDbAdapter.KEY_TITLE}; in fillData() 119 i.putExtra(NotesDbAdapter.KEY_TITLE, c.getString( in onListItemClick() 120 c.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE))); in onListItemClick() 132 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onActivityResult() 140 String editTitle = extras.getString(NotesDbAdapter.KEY_TITLE); in onActivityResult()
|
D | NoteEdit.java | 46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() 63 bundle.putString(NotesDbAdapter.KEY_TITLE, mTitleText.getText().toString()); in onCreate()
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; field in NotesDbAdapter 122 initialValues.put(KEY_TITLE, title); in createNote() 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, in fetchAllNotes() 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, in fetchNote() 183 args.put(KEY_TITLE, title); in updateNote()
|
D | Notepadv1.java | 70 String[] from = new String[] { NotesDbAdapter.KEY_TITLE }; in fillData()
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; field in NotesDbAdapter 122 initialValues.put(KEY_TITLE, title); in createNote() 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, in fetchAllNotes() 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, in fetchNote() 183 args.put(KEY_TITLE, title); in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
D | NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; field in NotesDbAdapter 122 initialValues.put(KEY_TITLE, title); in createNote() 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, in fetchAllNotes() 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, in fetchNote() 183 args.put(KEY_TITLE, title); in updateNote()
|
D | Notepadv2.java | 57 String[] from = new String[]{NotesDbAdapter.KEY_TITLE}; in fillData()
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
D | NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; field in NotesDbAdapter 122 initialValues.put(KEY_TITLE, title); in createNote() 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, in fetchAllNotes() 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, in fetchNote() 183 args.put(KEY_TITLE, title); in updateNote()
|
D | NoteEdit.java | 72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE))); in populateFields()
|
D | Notepadv3.java | 57 String[] from = new String[]{NotesDbAdapter.KEY_TITLE}; in fillData()
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
D | NotesDbAdapter.java | 39 public static final String KEY_TITLE = "title"; field in NotesDbAdapter 122 initialValues.put(KEY_TITLE, title); in createNote() 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE, in fetchAllNotes() 162 KEY_TITLE, KEY_BODY}, KEY_ROWID + "=" + rowId, null, in fetchNote() 183 args.put(KEY_TITLE, title); in updateNote()
|
D | Notepadv2.java | 59 String[] from = new String[]{NotesDbAdapter.KEY_TITLE}; in fillData() 119 i.putExtra(NotesDbAdapter.KEY_TITLE, c.getString( in onListItemClick() 120 c.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE))); in onListItemClick() 132 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onActivityResult() 140 String editTitle = extras.getString(NotesDbAdapter.KEY_TITLE); in onActivityResult()
|
D | NoteEdit.java | 46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() 63 bundle.putString(NotesDbAdapter.KEY_TITLE, mTitleText.getText().toString()); in onCreate()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
D | DialogHelperImpl.java | 73 private static final String KEY_TITLE = "title"; field in DialogHelperImpl 89 bundle.putString(KEY_TITLE, title); in showErrorMessageDialog() 100 String title = args.getString(KEY_TITLE); in handleOnCreateDialog()
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
D | ContentFragment.java | 32 private static final String KEY_TITLE = "title"; field in ContentFragment 43 bundle.putCharSequence(KEY_TITLE, title); in newInstance() 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE)); in onViewCreated()
|
/development/samples/browseable/SynchronizedNotifications/Shared/src/com.example.android.wearable.synchronizednotifications.common/ |
D | Constants.java | 32 public static final String KEY_TITLE = "title"; field in Constants
|
/development/samples/browseable/SkeletonWearableApp/Wearable/src/com.example.android.google.wearable.app/ |
D | GridExampleActivity.java | 108 args.putString(CardFragment.KEY_TITLE, "Row:" + rowNum); in newInstance()
|
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/ |
D | SynchronizedNotificationsFragment.java | 128 putDataMapRequest.getDataMap().putString(Constants.KEY_TITLE, title); in buildWearableOnlyNotification()
|
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/ |
D | NotificationUpdateService.java | 97 String title = dataMap.getString(Constants.KEY_TITLE); in onDataChanged()
|
/development/ndk/platforms/android-3/include/linux/ |
D | input.h | 428 #define KEY_TITLE 0x171 macro
|
/development/ndk/platforms/android-L/include/linux/ |
D | input.h | 540 #define KEY_TITLE 0x171 macro
|