Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java81 RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName, in createInsertContactIntent() argument
87 putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName); in createInsertContactIntent()
129 RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) { in putRawContactDeltaValues() argument
131 if (rawContactDeltaList != null && !rawContactDeltaList.isEmpty()) { in putRawContactDeltaValues()
132 ArrayList<ContentValues> contentValues = rawContactDeltaList.get(0).getContentValues(); in putRawContactDeltaValues()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java87 RawContactDeltaList rawContactDeltaList, Context context) { in markAddToDefaultGroup() argument
94 final RawContactDelta rawContactEntityDelta = rawContactDeltaList.get(0); in markAddToDefaultGroup()