Merge "Misc tweaks in settings" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-04 20:16:36 +00:00
committed by Android (Google) Code Review
6 changed files with 25 additions and 46 deletions

View File

@@ -74,7 +74,7 @@ public class BluetoothDeviceNamePreferenceControllerTest {
final CharSequence summary = mPreference.getSummary();
assertThat(summary.toString())
.isEqualTo("Visible as \"Nightshade\" to other devices");
.isEqualTo("Visible as \u201CNightshade\u201D to other devices");
assertThat(mPreference.isSelectable()).isFalse();
}