Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DPrivateDnsModeDialogPreference.java77 PRIVATE_DNS_MAP.put(PRIVATE_DNS_MODE_OFF, R.id.private_dns_mode_off); in PRIVATE_DNS_MAP.put() argument
157 final RadioButton offRadioButton = view.findViewById(R.id.private_dns_mode_off); in onBindDialogView()
158 offRadioButton.setText(com.android.settingslib.R.string.private_dns_mode_off); in onBindDialogView()
199 if (checkedId == R.id.private_dns_mode_off) { in onCheckedChanged()
DPrivateDnsPreferenceController.java131 return res.getString(com.android.settingslib.R.string.private_dns_mode_off); in getSummary()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DPrivateDnsModeDialogPreferenceTest.java92 mPreference.onCheckedChanged(null, R.id.private_dns_mode_off); in testOnCheckedChanged_dnsModeOff_disableEditText()
128 R.id.private_dns_mode_off); in testOnBindDialogView_containsCorrectData()
143 mPreference.onCheckedChanged(null, R.id.private_dns_mode_off); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
DPrivateDnsPreferenceControllerTest.java213 com.android.settingslib.R.string.private_dns_mode_off)); in getSummary_PrivateDnsModeOff()
283 com.android.settingslib.R.string.private_dns_mode_off)); in getSummary_PrivateDnsDefaultMode()