HomeSort by relevance Sort by last modified time
    Searched refs:mAccountWithDataSet (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 111 private AccountWithDataSet mAccountWithDataSet;
125 + " mAccountWithDataSet=" + mAccountWithDataSet
207 return mAccountWithDataSet;
211 mAccountWithDataSet = accountWithDataSet;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 348 protected AccountWithDataSet mAccountWithDataSet;
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 147 milliseconds