Searched refs:mProfilesContainer (Results 1 – 5 of 5) sorted by relevance
63 PreferenceCategory mProfilesContainer; field in BluetoothDetailsProfilesController76 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 …]
68 PreferenceCategory mProfilesContainer; field in BluetoothDetailsCompanionAppsController87 mProfilesContainer = screen.findPreference(getPreferenceKey()); in init()88 mProfilesContainer.setLayoutResource(R.layout.preference_companion_app); in init()
58 private PreferenceCategory mProfilesContainer; field in UsbDetailsFunctionsController78 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()
83 mController.mProfilesContainer = mProfiles; in setUp()
88 mController.mProfilesContainer = mProfiles; in setUp()