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 80 private TextView mAccountHeaderTypeTextView;
144 mAccountHeaderTypeTextView = (TextView) findViewById(R.id.account_type);
216 mAccountHeaderTypeTextView.setText(accountInfo.second);
220 mAccountSelectorTypeTextView.setText(mAccountHeaderTypeTextView.getText());
221 mAccountSelectorTypeTextView.setVisibility(mAccountHeaderTypeTextView.getVisibility());
RawContactReadOnlyEditorView.java 62 private TextView mAccountHeaderTypeTextView;
93 mAccountHeaderTypeTextView = (TextView) findViewById(R.id.account_type);
130 mAccountHeaderTypeTextView.setText(accountInfo.second);

Completed in 339 milliseconds