Searched refs:kindSectionData (Results 1 – 3 of 3) sorted by relevance
66 for (KindSectionData kindSectionData : this) { in getEntryToWrite()67 if (kindSectionData.getAccountType().areContactsWritable()) { in getEntryToWrite()68 final ValuesDelta valuesDelta = kindSectionData.getValuesDeltaById(id); in getEntryToWrite()71 return new Pair<>(kindSectionData, valuesDelta); in getEntryToWrite()78 for (KindSectionData kindSectionData : this) { in getEntryToWrite()79 if (kindSectionData.getAccountType().areContactsWritable()) { in getEntryToWrite()80 final ValuesDelta valuesDelta = kindSectionData.getSuperPrimaryValuesDelta(); in getEntryToWrite()83 return new Pair<>(kindSectionData, valuesDelta); in getEntryToWrite()90 for (KindSectionData kindSectionData : this) { in getEntryToWrite()91 if (kindSectionData.getAccountType().areContactsWritable()) { in getEntryToWrite()[all …]
317 for (KindSectionData kindSectionData : mKindSectionDataList) { in rebuildFromState()319 addNameEditorViews(kindSectionData.getAccountType(), in rebuildFromState()320 primaryValuesDelta, kindSectionData.getRawContactDelta()); in rebuildFromState()322 addGroupEditorView(kindSectionData.getRawContactDelta(), in rebuildFromState()323 kindSectionData.getDataKind()); in rebuildFromState()333 for (ValuesDelta valuesDelta : kindSectionData.getVisibleValuesDeltas()) { in rebuildFromState()334 addNonNameEditorView(kindSectionData.getRawContactDelta(), in rebuildFromState()335 kindSectionData.getDataKind(), valuesDelta, editorListener); in rebuildFromState()
493 for (KindSectionData kindSectionData : kindSectionDataList) { in unsetSuperPrimaryFromAllPhotos()494 for (ValuesDelta valuesDelta : kindSectionData.getNonEmptyValuesDeltas()) { in unsetSuperPrimaryFromAllPhotos()532 final KindSectionData kindSectionData = kindSectionDataList.get(i); in getPhotos() local533 final AccountType accountType = kindSectionData.getAccountType(); in getPhotos()534 final List<ValuesDelta> valuesDeltas = kindSectionData.getNonEmptyValuesDeltas(); in getPhotos()554 kindSectionData.getRawContactDelta().getRawContactId())); in getPhotos()559 final String accountName = kindSectionData.getRawContactDelta().getAccountName(); in getPhotos()582 final KindSectionData kindSectionData = in setPrimaryPhoto() local584 final List<ValuesDelta> valuesDeltaList = kindSectionData.getNonEmptyValuesDeltas(); in setPrimaryPhoto()710 final KindSectionData kindSectionData = in parseRawContactDeltas() local[all …]