Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java57 private ContactEditorUtils mEditorUtils; field in ContactEditorAccountsChangedActivity
97 mEditorUtils = ContactEditorUtils.create(this); in onCreate()
110 AccountWithDataSet account = mEditorUtils.getCreatedAccount(resultCode, data); in onActivityResult()
220 mEditorUtils.saveDefaultAccount(account); in saveAccountAndReturnResult()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java325 protected ContactEditorUtils mEditorUtils; field in ContactEditorFragment
455 mEditorUtils = ContactEditorUtils.create(mContext); in onAttach()
1020 if (mEditorUtils.shouldShowAccountChangedNotification(accounts)) { in selectAccountAndCreateContact()
1029 mEditorUtils.maybeUpdateDefaultAccount(accounts); in selectAccountAndCreateContact()
1032 AccountWithDataSet defaultAccount = mEditorUtils.getOnlyOrDefaultAccount(accounts); in selectAccountAndCreateContact()