Home
last modified time | relevance | path

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

/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactManager.java41 private boolean mShowInvisible; field in ContactManager
60 mShowInvisible = false; in onCreate()
61 mShowInvisibleControl.setChecked(mShowInvisible); in onCreate()
73 mShowInvisible = isChecked; in onCreate()
110 (mShowInvisible ? "0" : "1") + "'"; in getContacts()