Searched refs:mShowAll (Results 1 – 2 of 2) sorted by relevance
42 boolean mShowAll = false; field in AppNotificationSettings119 mShowAll ? R.string.hide_unused_channels : R.string.show_unused_channels); in onCreateOptionsMenu()131 mShowAll = !mShowAll; in onOptionsItemSelected()132 item.setTitle(mShowAll in onOptionsItemSelected()137 list.setShowAll(mShowAll); in onOptionsItemSelected()
62 private boolean mShowAll; field in ChannelListPreferenceController103 if (mShowAll) { in updateState()127 mShowAll = showAll; in setShowAll()