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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user