Home
last modified time | relevance | path

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

/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactManager.java42 private CheckBox mShowInvisibleControl; field in ContactManager
57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible); in onCreate()
61 mShowInvisibleControl.setChecked(mShowInvisible); in onCreate()
70 mShowInvisibleControl.setOnCheckedChangeListener(new OnCheckedChangeListener() { in onCreate()