Searched refs:private_dns_mode_off (Results 1 – 6 of 6) sorted by relevance
76 PRIVATE_DNS_MAP.put(PRIVATE_DNS_MODE_OFF, R.id.private_dns_mode_off); in PRIVATE_DNS_MAP.put() argument181 final RadioButton offRadioButton = view.findViewById(R.id.private_dns_mode_off); in onBindDialogView()182 offRadioButton.setText(R.string.private_dns_mode_off); in onBindDialogView()220 if (checkedId == R.id.private_dns_mode_off) { in onCheckedChanged()
127 return res.getString(R.string.private_dns_mode_off); in getSummary()
94 mPreference.onCheckedChanged(null, R.id.private_dns_mode_off); in testOnCheckedChanged_dnsModeOff_disableEditText()132 R.id.private_dns_mode_off); in testOnBindDialogView_containsCorrectData()147 mPreference.onCheckedChanged(null, R.id.private_dns_mode_off); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
200 verify(mPreference).setSummary(getResourceString(R.string.private_dns_mode_off)); in getSummary_PrivateDnsModeOff()266 verify(mPreference).setSummary(getResourceString(R.string.private_dns_mode_off)); in getSummary_PrivateDnsDefaultMode()
75 PRIVATE_DNS_MAP.put(PRIVATE_DNS_MODE_OFF, R.id.private_dns_mode_off); in PRIVATE_DNS_MAP.put() argument211 case R.id.private_dns_mode_off: in onCheckedChanged()