Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:profilePref

95     private void refreshProfilePreference(SwitchPreference profilePref,
98 profilePref.setEnabled(!mCachedDevice.isBusy());
100 profilePref.setChecked(mCachedDevice.getMessagePermissionChoice()
103 profilePref.setChecked(mCachedDevice.getPhonebookPermissionChoice()
106 profilePref.setChecked(profile.getConnectionStatus(device) ==
109 profilePref.setChecked(profile.isPreferred(device));
133 SwitchPreference profilePref) {
150 SwitchPreference profilePref) {
179 SwitchPreference profilePref = (SwitchPreference) preference;
181 if (profilePref.isChecked()) {
182 enableProfile(profile, device, profilePref);
184 disableProfile(profile, device, profilePref);
186 refreshProfilePreference(profilePref, profile);