Searched refs:profilePref (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java238 private void onProfileClicked(LocalBluetoothProfile profile, CheckBox profilePref) { argument
241 if (KEY_PBAP_SERVER.equals(profilePref.getTag())) {
246 profilePref.setChecked(newPermission == CachedBluetoothDevice.ACCESS_ALLOWED);
250 if (!profilePref.isChecked()) {
252 profilePref.setChecked(true);
269 refreshProfilePreference(profilePref, profile);
320 CheckBox profilePref = findProfile(profile.toString());
321 if (profilePref == null) {
322 profilePref = createProfilePreference(profile);
323 mProfileContainer.addView(profilePref);
343 refreshProfilePreference(CheckBox profilePref, LocalBluetoothProfile profile) argument
[all...]

Completed in 140 milliseconds