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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DManageAccountsSettings.java87 // mFirstAccount is used for the injected preferences
88 private Account mFirstAccount; field in class:ManageAccountsSettings
366 mFirstAccount = null;
390 if (mFirstAccount == null) {
391 mFirstAccount = account;
395 if (mAccountType != null && mFirstAccount != null) {
480 intent.putExtra(ACCOUNT_KEY, mFirstAccount);

Completed in 132 milliseconds