Home
last modified time | relevance | path

Searched refs:accountView (Results 1 – 3 of 3) 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()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1058 final View accountView = editor.findViewById(R.id.account); in addAccountSwitcher() local
1060 if (accountView == null) { in addAccountSwitcher()
1064 accountView.setOnClickListener(new View.OnClickListener() { in addAccountSwitcher()