Home | History | Annotate | Download | only in settings

Lines Matching refs:mSwitch

118         private final boolean mSwitch;
127 mSwitch = withSwitch;
489 holder.mSwitch = (Switch) convertView.findViewById(
491 holder.mSwitch.setOnClickListener(this);
497 if (mTab.mSwitch) {
498 holder.mSwitch.setChecked(!certHolder.mDeleted);
499 holder.mSwitch.setEnabled(!mUserManager.hasUserRestriction(
502 holder.mSwitch.setVisibility(View.VISIBLE);
503 holder.mSwitch.setTag(certHolder);
511 private Switch mSwitch;
1023 if (mCertHolder.mTab.mSwitch) {