Update bluetooth strings in settings

This cl contains strings used in bluetooth main page and
pairing page

Bug: 35876580
Test: RunSettingsRoboTests
Change-Id: Ied514e50fc2dcf4b5d9ece49159c9e13def1b0f3
This commit is contained in:
jackqdyulei
2017-05-26 14:38:08 -07:00
parent 141e442e26
commit 58575a9803
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);