Searched refs:rawContactDeltaList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorIntents.java60 return createCompactInsertContactIntent(/* rawContactDeltaList =*/ null,
66 * the field values specified by rawContactDeltaList pre-populate in the form.
68 public static Intent createCompactInsertContactIntent(RawContactDeltaList rawContactDeltaList, argument
71 if (rawContactDeltaList != null || displayName != null || phoneticName != null) {
72 putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName);
114 public static Intent createInsertContactIntent(RawContactDeltaList rawContactDeltaList, argument
119 putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName);
158 RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) {
160 if (rawContactDeltaList != null && !rawContactDeltaList
157 putRawContactDeltaValues(Intent intent, RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) argument
[all...]

Completed in 133 milliseconds