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.java192 private AccountWithDataSet mNewGroupAccount; field in PeopleActivity
399 mNewGroupAccount = AccountWithDataSet.unstringify( in onCreate()
904 if (mNewGroupAccount != null) { in onSaveInstanceState()
905 outState.putString(KEY_NEW_GROUP_ACCOUNT, mNewGroupAccount.stringify()); in onSaveInstanceState()
1158 mNewGroupAccount = account; in onAccountChosen()
1160 mNewGroupAccount, GroupUtil.ACTION_CREATE_GROUP) in onAccountChosen()