OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getValuesDeltas
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionData.java
51
public List<ValuesDelta>
getValuesDeltas
() {
59
for (ValuesDelta valuesDelta :
getValuesDeltas
()) {
71
for (ValuesDelta valuesDelta :
getValuesDeltas
()) {
81
for (ValuesDelta valuesDelta :
getValuesDeltas
()) {
89
for (ValuesDelta valuesDelta :
getValuesDeltas
()) {
97
for (ValuesDelta valuesDelta :
getValuesDeltas
()) {
KindSectionDataList.java
93
&& !kindSectionData.
getValuesDeltas
().isEmpty()) {
97
kindSectionData.
getValuesDeltas
().get(0));
111
if (!kindSectionData.
getValuesDeltas
().isEmpty()) {
113
return new Pair<>(kindSectionData, kindSectionData.
getValuesDeltas
().get(0));
166
final List<ValuesDelta> valuesDeltaList = kindSectionData.
getValuesDeltas
();
CompactRawContactsEditorView.java
715
kindSectionData.
getValuesDeltas
().size() + " value(s) " +
[
all
...]
Completed in 47 milliseconds