Loading src/com/android/settings/bluetooth/DeviceProfilesSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements EditText deviceName = (EditText) mRootView.findViewById(R.id.name); mCachedDevice.setName(deviceName.getText().toString()); break; case DialogInterface.BUTTON_NEGATIVE: case DialogInterface.BUTTON_NEUTRAL: mCachedDevice.unpair(); com.android.settings.bluetooth.Utils.updateSearchIndex(getContext(), BluetoothSettings.class.getName(), mCachedDevice.getName(), Loading Loading
src/com/android/settings/bluetooth/DeviceProfilesSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements EditText deviceName = (EditText) mRootView.findViewById(R.id.name); mCachedDevice.setName(deviceName.getText().toString()); break; case DialogInterface.BUTTON_NEGATIVE: case DialogInterface.BUTTON_NEUTRAL: mCachedDevice.unpair(); com.android.settings.bluetooth.Utils.updateSearchIndex(getContext(), BluetoothSettings.class.getName(), mCachedDevice.getName(), Loading