Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java76 private TextView mAccountSelectorTypeTextView; field in RawContactEditorView
159 mAccountSelectorTypeTextView = (TextView) findViewById(R.id.account_type_selector); in onFinishInflate()
220 mAccountSelectorTypeTextView.setText(mAccountHeaderTypeTextView.getText()); in setState()
221 mAccountSelectorTypeTextView.setVisibility(mAccountHeaderTypeTextView.getVisibility()); in setState()