Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java140 private final RawContactDeltaList mRawContactDeltas; field in CompactRawContactsEditorView.RawContactAccountListAdapter
144 mRawContactDeltas = new RawContactDeltaList(); in RawContactAccountListAdapter()
147 mRawContactDeltas.add(rawContactDelta); in RawContactAccountListAdapter()
158 final RawContactDelta rawContactDelta = mRawContactDeltas.get(position); in getView()
182 return mRawContactDeltas.size(); in getCount()
187 return mRawContactDeltas.get(position); in getItem()