Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAccountHeaderPresenter.java63 private TextView mAccountHeaderType; field in AccountHeaderPresenter
79 mAccountHeaderType = (TextView) container.findViewById(R.id.account_type); in AccountHeaderPresenter()
150 if (mAccountHeaderType != null) { in addAccountHeader()
151 mAccountHeaderType.setText(selectorTitle); in addAccountHeader()