Searched refs:mFirstAccount (Results 1 – 1 of 1) sorted by relevance
79 private Account mFirstAccount; field in ManageAccountsSettings169 menu.findItem(MENU_SYNC_NOW_ID).setVisible(!syncActive && mFirstAccount != null); in onPrepareOptionsMenu()170 menu.findItem(MENU_SYNC_CANCEL_ID).setVisible(syncActive && mFirstAccount != null); in onPrepareOptionsMenu()305 mFirstAccount = null; in onAccountsUpdated()329 if (mFirstAccount == null) { in onAccountsUpdated()330 mFirstAccount = account; in onAccountsUpdated()334 if (mAccountType != null && mFirstAccount != null) { in onAccountsUpdated()362 intent.putExtra(ACCOUNT_KEY, mFirstAccount); in updatePreferenceIntents()