/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
D | NoteEdit.java | 39 mBodyText = (EditText) findViewById(R.id.body); in onCreate() 47 String body = extras.getString(NotesDbAdapter.KEY_BODY); in onCreate() local 53 if (body != null) { in onCreate() 54 mBodyText.setText(body); in onCreate()
|
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() argument 123 initialValues.put(KEY_BODY, body); in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote() argument 184 args.put(KEY_BODY, body); in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
D | NoteEdit.java | 39 mBodyText = (EditText) findViewById(R.id.body); in onCreate() 47 String body = extras.getString(NotesDbAdapter.KEY_BODY); in onCreate() local 53 if (body != null) { in onCreate() 54 mBodyText.setText(body); in onCreate()
|
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() argument 123 initialValues.put(KEY_BODY, body); in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote() argument 184 args.put(KEY_BODY, body); in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
D | NoteEdit.java | 43 mBodyText = (EditText) findViewById(R.id.body); in onCreate() 99 String body = mBodyText.getText().toString(); in saveState() local 102 long id = mDbHelper.createNote(title, body); in saveState() 107 mDbHelper.updateNote(mRowId, title, body); in saveState()
|
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() argument 123 initialValues.put(KEY_BODY, body); in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote() argument 184 args.put(KEY_BODY, body); in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() argument 123 initialValues.put(KEY_BODY, body); in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote() argument 184 args.put(KEY_BODY, body); in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() argument 123 initialValues.put(KEY_BODY, body); in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote() argument 184 args.put(KEY_BODY, body); in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() argument 123 initialValues.put(KEY_BODY, body); in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote() argument 184 args.put(KEY_BODY, body); in updateNote()
|
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/ |
D | SmsTest.java | 55 String body = c.getString(c.getColumnIndexOrThrow("body")); in testReceivedSms() local 60 assertEquals(BODY, body); in testReceivedSms()
|
/development/samples/browseable/RevealEffectBasic/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/ClippingBasic/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/CustomNotifications/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/MediaRouter/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/GridViewPager/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/Camera2Video/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/AlwaysOn/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/ShareActionProvider/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/CustomTransition/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/JumpingJack/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/WatchViewStub/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/DirectorySelection/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/PdfRendererBasic/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/StorageProvider/ |
D | _index.jd | 4 @jd:body
|
/development/samples/browseable/DocumentCentricRelinquishIdentity/ |
D | _index.jd | 4 @jd:body
|