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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java111 private AccountWithDataSet mAccountWithDataSet; field in class:ContactsRequest
125 + " mAccountWithDataSet=" + mAccountWithDataSet
207 return mAccountWithDataSet;
211 mAccountWithDataSet = accountWithDataSet;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java348 protected AccountWithDataSet mAccountWithDataSet; field in class:ContactEditorFragment
483 mAccountWithDataSet = savedState.getParcelable(KEY_ACCOUNT);
556 mAccountWithDataSet = account != null
566 if (mAccountWithDataSet != null) {
567 createContact(mAccountWithDataSet);
613 outState.putParcelable(KEY_ACCOUNT, mAccountWithDataSet);
686 if (mAccountWithDataSet == null && mHasNewContact) {
695 if (mAccountWithDataSet == null && view.getCurrentRawContactDelta() == null) {
699 final AccountWithDataSet account = mAccountWithDataSet != null
700 ? mAccountWithDataSet
[all...]

Completed in 73 milliseconds