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

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 78 private TextView mAccountHeaderTypeTextView;
141 mAccountHeaderTypeTextView = (TextView) findViewById(R.id.account_type);
196 mAccountHeaderTypeTextView.setText(R.string.local_profile_title);
199 mAccountHeaderTypeTextView.setText(mContext.getString(R.string.external_profile_title,
217 mAccountHeaderTypeTextView.setText(
223 mAccountSelectorTypeTextView.setText(mAccountHeaderTypeTextView.getText());
224 mAccountSelectorTypeTextView.setVisibility(mAccountHeaderTypeTextView.getVisibility());
RawContactReadOnlyEditorView.java 61 private TextView mAccountHeaderTypeTextView;
91 mAccountHeaderTypeTextView = (TextView) findViewById(R.id.account_type);
120 mAccountHeaderTypeTextView.setText(R.string.local_profile_title);
123 mAccountHeaderTypeTextView.setText(mContext.getString(R.string.external_profile_title,
140 mAccountHeaderTypeTextView.setText(mContext.getString(R.string.account_type_format,

Completed in 102 milliseconds