Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java873 final View accountView = editor.findViewById(R.id.account); in addAccountSwitcher() local
875 accountView.setOnClickListener(new View.OnClickListener() { in addAccountSwitcher()
906 final View accountView = editor.findViewById(R.id.account); in disableAccountSwitcher() local
907 accountView.setBackground(null); in disableAccountSwitcher()
908 accountView.setEnabled(false); in disableAccountSwitcher()