Searched refs:displayableAccount (Results 1 – 2 of 2) sorted by relevance
128 displayableAccount) { in getAccountTypeHeaderLabel() argument129 if (displayableAccount.isDeviceAccount()) { in getAccountTypeHeaderLabel()131 return displayableAccount.getTypeLabel().toString(); in getAccountTypeHeaderLabel()132 } else if (displayableAccount.isGoogleAccount()) { in getAccountTypeHeaderLabel()134 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()137 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
274 final AccountDisplayInfo displayableAccount = in getAccountItemView() local277 textView.setText(displayableAccount.getNameLabel()); in getAccountItemView()285 icon.setImageDrawable(displayableAccount.getIcon()); in getAccountItemView()290 displayableAccount.getTypeLabel() + " " + item.account.accountName); in getAccountItemView()