Update bluetooth strings

Update based on new change in doc:
1. revert "visible as" string
2. change "device mac" string

Bug: 35876580
Test: RunSettingsRoboTests
Change-Id: I8950ed3e2e9c000ab25ea0a3d0d15f69fc075fda
This commit is contained in:
jackqdyulei
2017-05-31 16:17:51 -07:00
parent 58575a9803
commit ab1df0bbd3
2 changed files with 5 additions and 5 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 to other devices as: Nightshade");
.isEqualTo("Visible as 'Nightshade' to other devices");
// Test summary only has one color span
assertThat(spans).asList().hasSize(1);