Searched refs:note (Results 1 – 9 of 9) sorted by relevance
/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 Logger.out.println(":Sending Key (" + note + "): " in injectEvent() 114 Logger.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/samples/training/basic/ActivityLifecycle/ |
D | local.properties | 9 # header note.
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NoteEditor.java | 222 mText = (EditText) findViewById(R.id.note); in onCreate() 580 String note = cursor.getString(colNoteIndex); in onLoadFinished() local 581 mText.setTextKeepState(note); in onLoadFinished() 584 mOriginalContent = note; in onLoadFinished()
|
/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/tools/repo_diff/service/repodiff/ |
D | README.md | 18 click **create database**; choose the defaults and make note of the chosen 21 creating a non-root user to log into the database; Make note of the username
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 28 Please note, many Wear devices configure the Google Fit Wear App beforehand.
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 55 will add the KEYCODE part). Do note that this last part doesn't work
|
/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
|