HomeSort by relevance Sort by last modified time
    Searched full:profilepref (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 253 private void onProfileClicked(LocalBluetoothProfile profile, CheckBoxPreference profilePref) {
266 refreshProfilePreference(profilePref, profile);
315 CheckBoxPreference profilePref = (CheckBoxPreference)findPreference(profile.toString());
316 if (profilePref == null) {
317 profilePref = createProfilePreference(profile);
318 mProfileContainer.addPreference(profilePref);
320 refreshProfilePreference(profilePref, profile);
324 Preference profilePref = findPreference(profile.toString());
325 if (profilePref != null) {
327 mProfileContainer.removePreference(profilePref);
    [all...]

Completed in 236 milliseconds