Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java63 PreferenceCategory mProfilesContainer; field in BluetoothDetailsProfilesController
76 mProfilesContainer = (PreferenceCategory)screen.findPreference(getPreferenceKey()); in init()
77 mProfilesContainer.setLayoutResource(R.layout.preference_bluetooth_profile_category); in init()
123 SwitchPreference highQualityPref = (SwitchPreference) mProfilesContainer.findPreference( in refreshProfilePreference()
232 mProfilesContainer.getContext()); in maybeAddHighQualityAudioPref()
240 mProfilesContainer.addPreference(highQualityAudioPref); in maybeAddHighQualityAudioPref()
276 SwitchPreference pref = mProfilesContainer.findPreference( in refresh()
279 pref = createProfilePreference(mProfilesContainer.getContext(), profile); in refresh()
280 mProfilesContainer.addPreference(pref); in refresh()
286 final SwitchPreference pref = mProfilesContainer.findPreference( in refresh()
[all …]
DBluetoothDetailsCompanionAppsController.java68 PreferenceCategory mProfilesContainer; field in BluetoothDetailsCompanionAppsController
87 mProfilesContainer = screen.findPreference(getPreferenceKey()); in init()
88 mProfilesContainer.setLayoutResource(R.layout.preference_companion_app); in init()
/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbDetailsFunctionsController.java58 private PreferenceCategory mProfilesContainer; field in UsbDetailsFunctionsController
78 mProfilesContainer = screen.findPreference(getPreferenceKey()); in displayPreference()
87 RadioButtonPreference pref = mProfilesContainer.findPreference(key); in getProfilePreference()
89 pref = new RadioButtonPreference(mProfilesContainer.getContext()); in getProfilePreference()
94 mProfilesContainer.addPreference(pref); in getProfilePreference()
106 mProfilesContainer.setEnabled(false); in refresh()
109 mProfilesContainer.setEnabled(true); in refresh()
125 mProfilesContainer.removePreference(pref); in refresh()
146 (RadioButtonPreference) mProfilesContainer.findPreference( in onRadioButtonClicked()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsCompanionAppsControllerTest.java83 mController.mProfilesContainer = mProfiles; in setUp()
DBluetoothDetailsProfilesControllerTest.java88 mController.mProfilesContainer = mProfiles; in setUp()