Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactContactEditorFragment.java101 mHasNewContact, mIsUserProfile, mAccountWithDataSet); in bindEditors()
214 mAccountWithDataSet = newAccount; in onRebindEditorsForNewContact()
DContactEditorBaseFragment.java371 protected AccountWithDataSet mAccountWithDataSet; field in ContactEditorBaseFragment
572 mAccountWithDataSet = new AccountWithDataSet(account.name, account.type, dataSet); in onActivityCreated()
581 if (mAccountWithDataSet != null) { in onActivityCreated()
582 createContact(mAccountWithDataSet); in onActivityCreated()