Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DManageAccountsSettings.java88 private Account mFirstAccount; field in ManageAccountsSettings
368 mFirstAccount = null; in showAccountsIfNeeded()
392 if (mFirstAccount == null) { in showAccountsIfNeeded()
393 mFirstAccount = account; in showAccountsIfNeeded()
397 if (mAccountType != null && mFirstAccount != null) { in showAccountsIfNeeded()
482 intent.putExtra(ACCOUNT_KEY, mFirstAccount); in updatePreferenceIntents()