Searched refs:countAccounts (Results 1 – 2 of 2) sorted by relevance
360 final int countAccounts = accountCursor.getCount(); in addAccountsToCursor() local361 if (countAccounts > 1) { in addAccountsToCursor()363 R.plurals.number_of_accounts, countAccounts, countAccounts); in addAccountsToCursor()
336 final int countAccounts = EmailContent.count(mContext, Account.CONTENT_URI); in loadExtras() local338 isRefreshable, countAccounts); in loadExtras()