Loading packages/SettingsLib/aconfig/settingslib.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -8,16 +8,6 @@ flag { bug: "314812750" } flag { name: "enable_cached_bluetooth_device_dedup" namespace: "bluetooth" description: "Enable dedup in CachedBluetoothDevice" bug: "319197962" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "bluetooth_qs_tile_dialog_auto_on_toggle" namespace: "bluetooth" Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.settingslib.bluetooth; import static com.android.settingslib.flags.Flags.enableCachedBluetoothDeviceDedup; import android.bluetooth.BluetoothA2dp; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothCsipSetCoordinator; Loading Loading @@ -403,7 +401,7 @@ public class BluetoothEventManager { cachedDevice = mDeviceManager.addDevice(device); } if (enableCachedBluetoothDeviceDedup() && bondState == BluetoothDevice.BOND_BONDED) { if (bondState == BluetoothDevice.BOND_BONDED) { mDeviceManager.removeDuplicateInstanceForIdentityAddress(device); } Loading Loading
packages/SettingsLib/aconfig/settingslib.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -8,16 +8,6 @@ flag { bug: "314812750" } flag { name: "enable_cached_bluetooth_device_dedup" namespace: "bluetooth" description: "Enable dedup in CachedBluetoothDevice" bug: "319197962" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "bluetooth_qs_tile_dialog_auto_on_toggle" namespace: "bluetooth" Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.settingslib.bluetooth; import static com.android.settingslib.flags.Flags.enableCachedBluetoothDeviceDedup; import android.bluetooth.BluetoothA2dp; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothCsipSetCoordinator; Loading Loading @@ -403,7 +401,7 @@ public class BluetoothEventManager { cachedDevice = mDeviceManager.addDevice(device); } if (enableCachedBluetoothDeviceDedup() && bondState == BluetoothDevice.BOND_BONDED) { if (bondState == BluetoothDevice.BOND_BONDED) { mDeviceManager.removeDuplicateInstanceForIdentityAddress(device); } Loading