Home
last modified time | relevance | path

Searched refs:getValuesDeltas (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionData.java51 public List<ValuesDelta> getValuesDeltas() { in getValuesDeltas() method in KindSectionData
59 for (ValuesDelta valuesDelta : getValuesDeltas()) { in getVisibleValuesDeltas()
71 for (ValuesDelta valuesDelta : getValuesDeltas()) { in getNonEmptyValuesDeltas()
81 for (ValuesDelta valuesDelta : getValuesDeltas()) { in getSuperPrimaryValuesDelta()
89 for (ValuesDelta valuesDelta : getValuesDeltas()) { in getValuesDeltaById()
97 for (ValuesDelta valuesDelta : getValuesDeltas()) { in getFirstNonEmptyValuesDelta()
DKindSectionDataList.java93 && !kindSectionData.getValuesDeltas().isEmpty()) { in getEntryToWrite()
97 kindSectionData.getValuesDeltas().get(0)); in getEntryToWrite()
111 if (!kindSectionData.getValuesDeltas().isEmpty()) { in getEntryToWrite()
113 return new Pair<>(kindSectionData, kindSectionData.getValuesDeltas().get(0)); in getEntryToWrite()
166 final List<ValuesDelta> valuesDeltaList = kindSectionData.getValuesDeltas(); in getEntryToDisplay()
DCompactRawContactsEditorView.java715 kindSectionData.getValuesDeltas().size() + " value(s) " + in parseRawContactDeltas()