OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertNote
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java
245
insertNote
(rawContactId, "Please note: three notes or more make up a chord.");
253
insertNote
(rawContactId, "Please note: three notes or more make up a chord.");
375
insertNote
(rawContactId, "a hundred dollar note for doe@john.com and bob parr");
389
insertNote
(rawContactId, "the eighteenth episode of Seinfeld, 650-253-0000");
BaseContactsProvider2Test.java
507
protected Uri
insertNote
(long rawContactId, String note) {
[
all
...]
ContactsProvider2Test.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java
504
insertNote
(c, noteInsert);
521
insertNote
(c, noteInsert);
660
private void
insertNote
(Cursor c, SQLiteStatement insert) {
[
all
...]
Completed in 65 milliseconds