HomeSort by relevance Sort by last modified time
    Searched refs:mAccountTypeTextView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 64 private TextView mAccountTypeTextView;
105 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
134 mAccountTypeTextView.setText(R.string.local_profile_title);
137 mAccountTypeTextView.setText(mContext.getString(R.string.external_profile_title,
154 mAccountTypeTextView.setText(mContext.getString(R.string.account_type_format,
157 mAccountTypeTextView.setTextColor(mContext.getResources().getColor(
RawContactEditorView.java 82 private TextView mAccountTypeTextView;
149 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
227 mAccountTypeTextView.setText(R.string.local_profile_title);
230 mAccountTypeTextView.setText(mContext.getString(R.string.external_profile_title,
248 mAccountTypeTextView.setText(

Completed in 20 milliseconds