Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java139 CharSequence accountTypeDisplayLabel = accountType.getDisplayLabel(context); in getAccountInfo() local
140 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()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java413 CharSequence accountTypeDisplayLabel = accountType.getDisplayLabel(mContext); in setupEditorForAccount() local
421 accountTypeTextView.setText(accountTypeDisplayLabel); in setupEditorForAccount()