Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java206 private AccountWithDataSet mPrimaryAccount; field in RawContactEditorView
469 mPrimaryAccount = primaryAccount; in setState()
470 if (mPrimaryAccount == null && mAccounts != null) { in setState()
471 mPrimaryAccount = ContactEditorUtils.create(getContext()) in setState()
475 Log.v(TAG, "state: primary " + mPrimaryAccount); in setState()
573 } else if (mPrimaryAccount != null in pickRawContactDelta()
574 && mPrimaryAccount.equals(rawContactDelta.getAccountWithDataSet())) { in pickRawContactDelta()
768 if (mCurrentRawContactDelta == null && mPrimaryAccount == null) { in setAccountInfo()
775 : accountTypeManager.getAccountInfoForAccount(mPrimaryAccount); in setAccountInfo()
838 if (mListener != null && !mPrimaryAccount.equals(newAccount)) { in addAccountSelector()
[all …]