Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java49 private RadioButton mPrimaryCheckBox; field in PhotoEditorView
82 mPrimaryCheckBox = (RadioButton) findViewById(R.id.primary_checkbox); in onFinishInflate()
84 mPrimaryCheckBox = (RadioButton) findViewById(R.id.primary_checkbox); in onFinishInflate()
96 mPrimaryCheckBox.setSaveEnabled(false); in onFinishInflate()
97 mPrimaryCheckBox.setOnClickListener(new OnClickListener() { in onFinishInflate()
121 mPrimaryCheckBox.setChecked(values != null && values.isSuperPrimary()); in setValues()
160 mPrimaryCheckBox.setVisibility(showPrimaryCheckBox ? View.VISIBLE : View.GONE); in setShowPrimary()