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.java81 private Account mFirstAccount; field in ManageAccountsSettings
173 menu.findItem(MENU_SYNC_NOW_ID).setVisible(!syncActive && mFirstAccount != null); in onPrepareOptionsMenu()
174 menu.findItem(MENU_SYNC_CANCEL_ID).setVisible(syncActive && mFirstAccount != null); in onPrepareOptionsMenu()
309 mFirstAccount = null; in onAccountsUpdated()
333 if (mFirstAccount == null) { in onAccountsUpdated()
334 mFirstAccount = account; in onAccountsUpdated()
339 if (mAccountType != null && mFirstAccount != null) { in onAccountsUpdated()
367 intent.putExtra(ACCOUNT_KEY, mFirstAccount); in updatePreferenceIntents()