Loading src/com/android/settings/bluetooth/BluetoothPairingDialog.java +17 −16 Original line number Diff line number Diff line Loading @@ -195,8 +195,14 @@ public final class BluetoothPairingDialog extends AlertActivity implements } else if (mDevice.getPhonebookAccessPermission() == BluetoothDevice.ACCESS_REJECTED){ contactSharing.setChecked(false); } else { if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setChecked(true); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); } else { contactSharing.setChecked(false); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); } } contactSharing.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { Loading @@ -209,12 +215,7 @@ public final class BluetoothPairingDialog extends AlertActivity implements } } }); if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setVisibility(View.VISIBLE); } else { contactSharing.setVisibility(View.GONE); } mPairingView = (EditText) view.findViewById(R.id.text); mPairingView.addTextChangedListener(this); alphanumericPin.setOnCheckedChangeListener(this); Loading Loading @@ -267,8 +268,14 @@ public final class BluetoothPairingDialog extends AlertActivity implements } else if (mDevice.getPhonebookAccessPermission() == BluetoothDevice.ACCESS_REJECTED){ contactSharing.setChecked(false); } else { if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setChecked(true); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); } else { contactSharing.setChecked(false); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); } } contactSharing.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { Loading @@ -281,12 +288,6 @@ public final class BluetoothPairingDialog extends AlertActivity implements } } }); if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setVisibility(View.VISIBLE); } else { contactSharing.setVisibility(View.GONE); } String messageCaption = null; String pairingContent = null; Loading Loading
src/com/android/settings/bluetooth/BluetoothPairingDialog.java +17 −16 Original line number Diff line number Diff line Loading @@ -195,8 +195,14 @@ public final class BluetoothPairingDialog extends AlertActivity implements } else if (mDevice.getPhonebookAccessPermission() == BluetoothDevice.ACCESS_REJECTED){ contactSharing.setChecked(false); } else { if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setChecked(true); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); } else { contactSharing.setChecked(false); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); } } contactSharing.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { Loading @@ -209,12 +215,7 @@ public final class BluetoothPairingDialog extends AlertActivity implements } } }); if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setVisibility(View.VISIBLE); } else { contactSharing.setVisibility(View.GONE); } mPairingView = (EditText) view.findViewById(R.id.text); mPairingView.addTextChangedListener(this); alphanumericPin.setOnCheckedChangeListener(this); Loading Loading @@ -267,8 +268,14 @@ public final class BluetoothPairingDialog extends AlertActivity implements } else if (mDevice.getPhonebookAccessPermission() == BluetoothDevice.ACCESS_REJECTED){ contactSharing.setChecked(false); } else { if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setChecked(true); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); } else { contactSharing.setChecked(false); mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); } } contactSharing.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { Loading @@ -281,12 +288,6 @@ public final class BluetoothPairingDialog extends AlertActivity implements } } }); if (mDevice.getBluetoothClass().getDeviceClass() == BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE) { contactSharing.setVisibility(View.VISIBLE); } else { contactSharing.setVisibility(View.GONE); } String messageCaption = null; String pairingContent = null; Loading