Searched refs:mShowInvisibleControl (Results 1 - 1 of 1) sorted by relevance

/development/samples/ContactManager/src/com/example/android/contactmanager/
H A DContactManager.java42 private CheckBox mShowInvisibleControl; field in class:ContactManager
57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible);
61 mShowInvisibleControl.setChecked(mShowInvisible);
70 mShowInvisibleControl.setOnCheckedChangeListener(new OnCheckedChangeListener() {
72 Log.d(TAG, "mShowInvisibleControl changed: " + isChecked);

Completed in 42 milliseconds