Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMiniDrawerView.java128 final View accountView = adapter.getView(accountIndex, recycleView, this); in refresh() local
129 addView(accountView); in refresh()
DMailboxSelectionActivity.java259 TextView accountView = (TextView) v.findViewById(R.id.mailbox_name); in updateAccountList()
261 accountView.setText(account.getDisplayName()); in updateAccountList()