Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DPreventRingingGesturePreferenceControllerTest.java125 RadioButtonPreference rbPref = new RadioButtonPreference(mContext); in testRadioButtonClicked_mute() local
126 rbPref.setKey(PreventRingingGesturePreferenceController.KEY_MUTE); in testRadioButtonClicked_mute()
130 mController.onRadioButtonClicked(rbPref); in testRadioButtonClicked_mute()
139 RadioButtonPreference rbPref = new RadioButtonPreference(mContext); in testRadioButtonClicked_vibrate() local
140 rbPref.setKey(PreventRingingGesturePreferenceController.KEY_VIBRATE); in testRadioButtonClicked_vibrate()
144 mController.onRadioButtonClicked(rbPref); in testRadioButtonClicked_vibrate()