Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java124 displayableAccount) { in getAccountTypeHeaderLabel() argument
125 if (displayableAccount.isDeviceAccount()) { in getAccountTypeHeaderLabel()
127 return displayableAccount.getTypeLabel().toString(); in getAccountTypeHeaderLabel()
128 } else if (displayableAccount.isGoogleAccount()) { in getAccountTypeHeaderLabel()
130 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
133 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java286 final AccountDisplayInfo displayableAccount = in getAccountItemView() local
289 icon.setImageDrawable(displayableAccount.getIcon()); in getAccountItemView()
294 displayableAccount.getTypeLabel() + " " + item.account.accountName); in getAccountItemView()