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