Merge "Update bluetooth strings in settings"

This commit is contained in:
TreeHugger Robot
2017-05-31 21:14:30 +00:00
committed by Android (Google) Code Review
2 changed files with 23 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ public class BluetoothDeviceNamePreferenceControllerTest {
final Object[] spans = ((SpannableStringBuilder) summary).getSpans(0, summary.length(),
Object.class);
assertThat(summary.toString())
.isEqualTo("Visible as Nightshade to other devices");
.isEqualTo("Visible to other devices as: Nightshade");
// Test summary only has one color span
assertThat(spans).asList().hasSize(1);