Searched refs:rawContactDeltaList (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorIntents.java | 69 public static Intent createCompactInsertContactIntent(RawContactDeltaList rawContactDeltaList, in createCompactInsertContactIntent() argument 74 if (rawContactDeltaList != null || displayName != null || phoneticName != null) { in createCompactInsertContactIntent() 75 putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName); in createCompactInsertContactIntent() 115 public static Intent createInsertContactIntent(RawContactDeltaList rawContactDeltaList, in createInsertContactIntent() argument 121 putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName); in createInsertContactIntent() 163 RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) { in putRawContactDeltaValues() argument 165 if (rawContactDeltaList != null && !rawContactDeltaList.isEmpty()) { in putRawContactDeltaValues() 166 ArrayList<ContentValues> contentValues = rawContactDeltaList.get(0).getContentValues(); in putRawContactDeltaValues()
|