Searched refs:accountTypeDisplayLabel (Results 1 – 2 of 2) sorted by relevance
139 CharSequence accountTypeDisplayLabel = accountType.getDisplayLabel(context); in getAccountInfo() local140 if (TextUtils.isEmpty(accountTypeDisplayLabel)) { in getAccountInfo()141 accountTypeDisplayLabel = context.getString(R.string.account_phone); in getAccountInfo()147 context.getString(R.string.account_type_format, accountTypeDisplayLabel)); in getAccountInfo()157 … context.getString(R.string.google_account_type_format, accountTypeDisplayLabel)); in getAccountInfo()161 context.getString(R.string.account_type_format, accountTypeDisplayLabel)); in getAccountInfo()
413 CharSequence accountTypeDisplayLabel = accountType.getDisplayLabel(mContext); in setupEditorForAccount() local421 accountTypeTextView.setText(accountTypeDisplayLabel); in setupEditorForAccount()