Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java731 if (mAccountWithDataSet == null && view.getCurrentRawContactDelta() == null) { in onAccountsLoaded()
737 : view.getCurrentRawContactDelta().getAccountWithDataSet(); in onAccountsLoaded()
742 onRebindEditorsForNewContact(getContent().getCurrentRawContactDelta(), in onAccountsLoaded()
1581 getContent().getCurrentRawContactDelta().getAccountWithDataSet()); in acquireAggregationSuggestions()
1672 getContent().getCurrentRawContactDelta().getContentValues()); in doEditSuggestedContact()
DRawContactEditorView.java397 public RawContactDelta getCurrentRawContactDelta() { in getCurrentRawContactDelta() method in RawContactEditorView