Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java190 private AccountWithDataSet mNewGroupAccount; field in PeopleActivity
397 mNewGroupAccount = AccountWithDataSet.unstringify( in onCreate()
896 if (mNewGroupAccount != null) { in onSaveInstanceState()
897 outState.putString(KEY_NEW_GROUP_ACCOUNT, mNewGroupAccount.stringify()); in onSaveInstanceState()
1150 mNewGroupAccount = account; in onAccountChosen()
1152 mNewGroupAccount, GroupUtil.ACTION_CREATE_GROUP) in onAccountChosen()