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 79 private TextView mAccountHeaderTypeTextView;
142 mAccountHeaderTypeTextView = (TextView) findViewById(R.id.account_type);
205 mAccountHeaderTypeTextView.setText(accountInfo.second);
210 mAccountSelectorTypeTextView.setText(mAccountHeaderTypeTextView.getText());
211 mAccountSelectorTypeTextView.setVisibility(mAccountHeaderTypeTextView.getVisibility());
RawContactReadOnlyEditorView.java 62 private TextView mAccountHeaderTypeTextView;
92 mAccountHeaderTypeTextView = (TextView) findViewById(R.id.account_type);
130 mAccountHeaderTypeTextView.setText(accountInfo.second);

Completed in 68 milliseconds