Loading service/tests/src/com/android/server/BluetoothDeviceConfigChangeTrackerTest.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class BluetoothDeviceConfigChangeTrackerTest { boolean shouldRestart = boolean shouldRestart = changeTracker.shouldRestartWhenPropertiesUpdated( changeTracker.shouldRestartWhenPropertiesUpdated( new Properties.Builder("another_namespace") new Properties.Builder(DeviceConfig.NAMESPACE_BLUETOOTH) .setString("INIT_a", "false") .setString("INIT_a", "false") .build()); .build()); Loading Loading
service/tests/src/com/android/server/BluetoothDeviceConfigChangeTrackerTest.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class BluetoothDeviceConfigChangeTrackerTest { boolean shouldRestart = boolean shouldRestart = changeTracker.shouldRestartWhenPropertiesUpdated( changeTracker.shouldRestartWhenPropertiesUpdated( new Properties.Builder("another_namespace") new Properties.Builder(DeviceConfig.NAMESPACE_BLUETOOTH) .setString("INIT_a", "false") .setString("INIT_a", "false") .build()); .build()); Loading