/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
H A D | BluetoothBitPerSampleDialogPreferenceTest.java | 46 public void getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothBitPerSampleDialogPreferenceTest 47 assertThat(mPreference.getRadioButtonGroupId()) in getRadioButtonGroupId()
|
H A D | BluetoothSampleRateDialogPreferenceTest.java | 46 public void getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothSampleRateDialogPreferenceTest 47 assertThat(mPreference.getRadioButtonGroupId()) in getRadioButtonGroupId()
|
H A D | BluetoothChannelModeDialogPreferenceTest.java | 46 public void getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothChannelModeDialogPreferenceTest 47 assertThat(mPreference.getRadioButtonGroupId()) in getRadioButtonGroupId()
|
H A D | BluetoothCodecDialogPreferenceTest.java | 46 public void getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothCodecDialogPreferenceTest 47 assertThat(mPreference.getRadioButtonGroupId()) in getRadioButtonGroupId()
|
H A D | BluetoothQualityDialogPreferenceTest.java | 46 public void getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothQualityDialogPreferenceTest 47 assertThat(mPreference.getRadioButtonGroupId()) in getRadioButtonGroupId()
|
H A D | BaseBluetoothDialogPreferenceTest.java | 91 when(mView.findViewById(mPreference.getRadioButtonGroupId())).thenReturn(mRadioGroup); in setup() 187 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in BaseBluetoothDialogPreferenceTest.BaseBluetoothDialogPreferenceImpl
|
H A D | AbstractBluetoothDialogPreferenceControllerTest.java | 245 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in AbstractBluetoothDialogPreferenceControllerTest.BaseBluetoothDialogPreferenceImpl
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | BaseBluetoothDialogPreference.java | 80 final RadioGroup radioGroup = view.findViewById(getRadioButtonGroupId()); in onBindDialogView() 83 + getRadioButtonGroupId()); in onBindDialogView() 152 protected abstract int getRadioButtonGroupId(); in getRadioButtonGroupId() method in BaseBluetoothDialogPreference
|
H A D | BluetoothChannelModeDialogPreference.java | 54 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothChannelModeDialogPreference
|
H A D | BluetoothBitPerSampleDialogPreference.java | 54 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothBitPerSampleDialogPreference
|
H A D | BluetoothQualityDialogPreference.java | 53 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothQualityDialogPreference
|
H A D | BluetoothSampleRateDialogPreference.java | 54 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothSampleRateDialogPreference
|
H A D | BluetoothCodecDialogPreference.java | 53 protected int getRadioButtonGroupId() { in getRadioButtonGroupId() method in BluetoothCodecDialogPreference
|