Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceProfilesPreferenceControllerTest.java113 BluetoothDeviceProfilePreference profilePreference = in refreshUi_addsNewProfiles()
114 (BluetoothDeviceProfilePreference) mPreferenceGroup.getPreference(1); in refreshUi_addsNewProfiles()
136 BluetoothDeviceProfilePreference profilePreference = in refreshUi_removesRemovedProfiles()
137 (BluetoothDeviceProfilePreference) mPreferenceGroup.getPreference(0); in refreshUi_removesRemovedProfiles()
167 BluetoothDeviceProfilePreference profilePreference = in profileChecked_setsProfilePreferred()
168 (BluetoothDeviceProfilePreference) mPreferenceGroup.getPreference(0); in profileChecked_setsProfilePreferred()
182 BluetoothDeviceProfilePreference profilePreference = in profileChecked_connectsToProfile()
183 (BluetoothDeviceProfilePreference) mPreferenceGroup.getPreference(0); in profileChecked_connectsToProfile()
198 BluetoothDeviceProfilePreference profilePreference = in profileUnchecked_setsProfileNotPreferred()
199 (BluetoothDeviceProfilePreference) mPreferenceGroup.getPreference(0); in profileUnchecked_setsProfileNotPreferred()
[all …]
H A DBluetoothDeviceProfilePreferenceTest.java56 private BluetoothDeviceProfilePreference mPreference;
66 mPreference = new BluetoothDeviceProfilePreference(mContext, mProfile, mCachedDevice); in setUp()
128 mPreference = new BluetoothDeviceProfilePreference(mContext, mProfile, mCachedDevice); in onAttached_panProfile_connected_setsChecked()
141 mPreference = new BluetoothDeviceProfilePreference(mContext, mProfile, mCachedDevice); in onAttached_panProfile_notConnected_setsUnchecked()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceProfilesPreferenceController.java39 BluetoothDeviceProfilePreference profilePref =
40 (BluetoothDeviceProfilePreference) preference;
61 profilePref = new BluetoothDeviceProfilePreference(getContext(), profile, in updateState()
H A DBluetoothDeviceProfilePreference.java31 public class BluetoothDeviceProfilePreference extends CarUiSwitchPreference { class
37 public BluetoothDeviceProfilePreference(Context context, LocalBluetoothProfile profile, in BluetoothDeviceProfilePreference() method in BluetoothDeviceProfilePreference