Merge "When BT is off hide rename preference" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-22 17:48:31 +00:00
committed by Android (Google) Code Review
4 changed files with 34 additions and 13 deletions

View File

@@ -70,7 +70,7 @@ public class BluetoothDeviceNamePreferenceControllerTest {
@Test
public void testUpdateDeviceName_showSummaryWithDeviceName() {
mController.updateDeviceName(mPreference);
mController.updatePreferenceState(mPreference);
final CharSequence summary = mPreference.getSummary();