/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
D | NoteEdit.java | 69 Cursor note = mDbHelper.fetchNote(mRowId); in populateFields() local 70 startManagingCursor(note); in populateFields() 71 mTitleText.setText(note.getString( in populateFields() 72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE))); in populateFields() 73 mBodyText.setText(note.getString( in populateFields() 74 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY))); in populateFields()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyKeyEvent.java | 102 String note; in injectEvent() local 104 note = "ACTION_UP"; in injectEvent() 106 note = "ACTION_DOWN"; in injectEvent() 110 System.out.println(":Sending Key (" + note + "): " in injectEvent() 114 System.out.println(":Sending Key (" + note + "): " in injectEvent()
|
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
D | NotePadProviderTest.java | 415 assertEquals(TEST_NOTES[0].note, inputData[2]); in testWriteDataToPipe() 620 NoteInfo note = new NoteInfo( in testInserts() local 626 note.setCreationDate(START_DATE + (10 * ONE_DAY_MILLIS)); in testInserts() 627 note.setModificationDate(START_DATE + (2 * ONE_WEEK_MILLIS)); in testInserts() 634 note.getContentValues() // the map of values to insert as a new record in testInserts() 664 assertEquals(note.title, cursor.getString(titleIndex)); in testInserts() 665 assertEquals(note.note, cursor.getString(noteIndex)); in testInserts() 666 assertEquals(note.createDate, cursor.getLong(crdateIndex)); in testInserts() 667 assertEquals(note.modDate, cursor.getLong(moddateIndex)); in testInserts() 673 ContentValues values = note.getContentValues(); in testInserts() [all …]
|
/development/ndk/platforms/android-L/arch-arm64/src/ |
D | crtend_so.S | 40 .section .note.GNU-stack,"",%progbits
|
D | crtend.S | 41 .section .note.GNU-stack,"",%progbits
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | local.properties.sample | 6 # header note.
|
/development/samples/training/basic/ActivityLifecycle/ |
D | local.properties | 9 # header note.
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NoteEditor.java | 229 mText = (EditText) findViewById(R.id.note); in onCreate() 290 String note = mCursor.getString(colNoteIndex); in onResume() local 291 mText.setTextKeepState(note); in onResume() 295 mOriginalContent = note; in onResume()
|
/development/ndk/platforms/android-L/include/linux/ |
D | soundcard.h | 806 …note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev… argument 807 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument 809 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument 810 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, … argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | soundcard.h | 771 …note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev… argument 773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument 775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument 777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, … argument
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssService.java | 63 Notification note = new Notification(this, R.drawable.rss_icon, "RSS Service", in onCreate() local 65 mNM.notify(NOTIFY_ID, note); in onCreate()
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 55 will add the KEYCODE part). Do note that this last part doesn't work
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1527 # code bases. Also note that the size of a graph can be further restricted by
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1527 # code bases. Also note that the size of a graph can be further restricted by
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 3767 license (except to note that your license differs from this License) 13614 However please note future versions of SAX may be covered
|