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