Searched refs:mEditorUtils (Results 1 – 2 of 2) sorted by relevance
57 private ContactEditorUtils mEditorUtils; field in ContactEditorAccountsChangedActivity97 mEditorUtils = ContactEditorUtils.create(this); in onCreate()110 AccountWithDataSet account = mEditorUtils.getCreatedAccount(resultCode, data); in onActivityResult()220 mEditorUtils.saveDefaultAccount(account); in saveAccountAndReturnResult()
339 protected ContactEditorUtils mEditorUtils; field in ContactEditorFragment471 mEditorUtils = ContactEditorUtils.create(mContext); in onAttach()1061 if (mEditorUtils.shouldShowAccountChangedNotification(accounts)) { in selectAccountAndCreateContact()1070 mEditorUtils.maybeUpdateDefaultAccount(accounts); in selectAccountAndCreateContact()1073 AccountWithDataSet defaultAccount = mEditorUtils.getOnlyOrDefaultAccount(accounts); in selectAccountAndCreateContact()