Loading src/com/android/settings/bluetooth/DeviceProfilesSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE); return new AlertDialog.Builder(getContext()) .setView(mRootView) .setNegativeButton(R.string.forget, this) .setNeutralButton(R.string.forget, this) .setPositiveButton(R.string.okay, this) .setTitle(R.string.bluetooth_preference_paired_devices) .create(); Loading Loading
src/com/android/settings/bluetooth/DeviceProfilesSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE); return new AlertDialog.Builder(getContext()) .setView(mRootView) .setNegativeButton(R.string.forget, this) .setNeutralButton(R.string.forget, this) .setPositiveButton(R.string.okay, this) .setTitle(R.string.bluetooth_preference_paired_devices) .create(); Loading