OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:structurednameinsert
(Results
1 - 1
of
1
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java
445
private interface
StructuredNameInsert
{
492
SQLiteStatement
structuredNameInsert
=
493
mTargetDb.compileStatement(
StructuredNameInsert
.INSERT_SQL);
521
insertStructuredName(c,
structuredNameInsert
);
531
structuredNameInsert
.close();
601
insert.bindLong(
StructuredNameInsert
.RAW_CONTACT_ID, id);
602
insert.bindLong(
StructuredNameInsert
.MIMETYPE_ID, mStructuredNameMimetypeId);
603
bindString(insert,
StructuredNameInsert
.DISPLAY_NAME, name);
608
bindString(insert,
StructuredNameInsert
.PREFIX,
610
bindString(insert,
StructuredNameInsert
.GIVEN_NAME
[
all
...]
Completed in 85 milliseconds