Searched refs:mShowInvisibleControl (Results 1 – 1 of 1) sorted by relevance
42 private CheckBox mShowInvisibleControl; field in ContactManager57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible); in onCreate()61 mShowInvisibleControl.setChecked(mShowInvisible); in onCreate()70 mShowInvisibleControl.setOnCheckedChangeListener(new OnCheckedChangeListener() { in onCreate()