/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 20 import android.provider.ContactsContract.CommonDataKinds.Note; 407 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 408 .put(Note.NOTE, "note1"); in testNoteDoCoMo() 409 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 410 .put(Note.NOTE, "note2"); in testNoteDoCoMo() 411 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 412 .put(Note.NOTE, "note3"); in testNoteDoCoMo()
|
D | VCardImporterTests.java | 23 import android.provider.ContactsContract.CommonDataKinds.Note; 669 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21ComplicatedCase() 670 .put(Note.NOTE, "The following note is the example from RFC 2045."); in testV21ComplicatedCase() 671 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21ComplicatedCase() 672 .put(Note.NOTE, in testV21ComplicatedCase() 868 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21Japanese2_Type_Generic_Utf8() 869 .put(Note.NOTE, "\u30E1\u30E2"); in testV21Japanese2_Type_Generic_Utf8() 1014 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testTolerateInvalidCommentLikeLineV21() 1015 .put(Note.NOTE, "This is an (sharp ->#<- sharp) example. " in testTolerateInvalidCommentLikeLineV21()
|
/frameworks/base/docs/html/samples/ |
D | index.jd | 33 <strong>Note:</strong> When starting Android Studio, you can also select <strong>Import an 65 <strong>Note:</strong> When starting Android Studio, you can also select <strong>Import 72 <strong>Note:</strong> At this time, the downloadable projects are designed for use with Gradle
|
/frameworks/base/docs/html/training/tv/ |
D | index.jd | 11 <p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play, …
|
/frameworks/compile/slang/ |
D | slang_diagnostic_buffer.cpp | 55 case clang::DiagnosticsEngine::Note: { in HandleDiagnostic()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDFileFormat.h | 39 Note, enumerator
|
D | DiagnosticEngine.h | 43 Note, enumerator
|
D | DiagSymbolResolutions.inc | 1 DIAG(note_has_no_symtab, DiagnosticEngine::Note, "input file `%0' has no symbol table `%2'\n path …
|
/frameworks/base/docs/html/training/ |
D | building-wearables.jd | 12 <p class="note"><strong>Note:</strong> For more information about the APIs used in these training
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 68 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note); in note()
|
/frameworks/multidex/library/ |
D | README.txt | 6 Note that multidexing will allow to go over the dex index limit.
|
/frameworks/base/docs/html/tools/help/ |
D | gltracer.jd | 23 <p class="note"><strong>Note:</strong> The Tracer tool requires a device running Android 4.1 (API 76 <p class="note"><strong>Note:</strong> If you are tracing the default activity for the 80 <p class="note"><strong>Note:</strong> If you want to capture progressive frame images for each
|
/frameworks/base/docs/html/tv/adt-1/ |
D | index.jd | 36 <strong>Note:</strong> The ADT-1 kit <em>is not required</em> for building and testing apps 80 <strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings > 104 <strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings > 139 <strong>Note:</strong> The ADT-1 device is not compatible with all manufacturers and models of 189 <strong>Note:</strong> When casting from a Chrome browser, you must use Chrome V.36 or higher. 209 <strong>Note:</strong> Your iOS sender app requires the Google Cast iOS API version 2.2.1 303 <strong>Note:</strong> your Android phone or tablet must be connected to the same local network
|
/frameworks/base/docs/html/sdk/installing/ |
D | installing-adt.jd | 18 <p class="note"><strong>Note:</strong> 32 <p class="note"><strong>Note:</strong> Eclipse 3.6 (Helios) is no longer 52 <p class="note"><strong>Note:</strong> The Android Developer Tools update site requires 143 <p>Note that there are features of ADT that require some optional
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 12 Note that screen is all white.
|
/frameworks/base/docs/html/google/gcm/ |
D | demo.jd | 49 <p class="note"><strong>Note:</strong> This tutorial describes how to develop GCM-enabled apps usin… 96 <p class="note"><strong>Note:</strong> If you don't see <strong>Extras > Google Cloud Messaging … 126 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux… 137 …<p class="note"><strong>Note:</strong> The API key value set in that class will be used just once … 176 …<p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linu… 191 <p>Note that the <code>SERVER_URL</code> is the URL for the server and the application's context (o… 263 <p class="note"><strong>Note:</strong> What happened? When the device received a registration callb… 275 <p class="note"><strong>Note:</strong> What happened? When you clicked the button, the web server s…
|
D | notifications.jd | 64 <p class="note"><strong>Note:</strong> A notification dismissal message is like any 93 group together registration IDs for a single user. Note that <code>notification_key_name</code> 129 Google account. Note that the process for generating a notification key on the client is significan… 180 to use in subsequent operations. Note that a client request only takes a single regID. 206 <p>Note that the authentication token is passed in the JSON body as shown above, not the header. 215 <p>Note that the <code>notification_key_name</code> is not strictly required for
|
/frameworks/base/tests/utils/SleepUtils/ |
D | README | 19 Note: for the function to work properly, "-w" parameter is required
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | loading-ondemand.jd | 73 <p class="note"><strong>Note:</strong> The {@link android.view.ViewStub#inflate()} method returns 83 <p class="note"><strong>Note:</strong> One drawback of {@link android.view.ViewStub} is that it
|
/frameworks/base/docs/html/guide/appendix/ |
D | g-app-intents.jd | 14 <p>Note that this list is not comprehensive.</p> 57 <p><strong><em>Note:</em></strong> This requires your 97 <b>Note:</b> The two commas after the yaw parameter are required. They are present
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFDynObjFileFormat.cpp | 31 LDFileFormat::Note, in initObjectFormat()
|
D | ELFExecFileFormat.cpp | 32 LDFileFormat::Note, in initObjectFormat()
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 5 Note: as used here, "short transfer count" means the return value for
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_accessibility.jd | 76 <p class="note"><strong>Note:</strong> Keyboards and D-pads provide different navigation paths 177 <strong>Note:</strong> While TalkBack is the most available Android accessibility service for 198 <p class="note"><strong>Note:</strong> On Android 4.1 (API Level 16) and higher, the system 204 <p class="note"><strong>Note:</strong> You must turn on TalkBack <em>first</em>, otherwise this 236 <p class="note"><strong>Note:</strong> Accessibility gestures provide a different navigation path 253 <strong>Note:</strong> Accessibility services other than TalkBack may map accessibility gestures
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 37 ## Note: Second tap logged as notification_clicked.
|