Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionDataList.java166 final List<ValuesDelta> valuesDeltaList = kindSectionData.getValuesDeltas(); in getEntryToDisplay() local
167 if (!valuesDeltaList.isEmpty()) { in getEntryToDisplay()
169 final ValuesDelta valuesDelta = valuesDeltaList.get(0); in getEntryToDisplay()
DCompactRawContactsEditorView.java584 final List<ValuesDelta> valuesDeltaList = kindSectionData.getNonEmptyValuesDeltas(); in setPrimaryPhoto() local
585 if (photo.valuesDeltaListIndex >= valuesDeltaList.size()) { in setPrimaryPhoto()
591 final ValuesDelta valuesDelta = valuesDeltaList.get(photo.valuesDeltaListIndex); in setPrimaryPhoto()