Home
last modified time | relevance | path

Searched refs:targetCachedDevice (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java1173 CachedBluetoothDevice targetCachedDevice = mDeviceManager.findDevice(targetDevice); in updateFallbackActiveDeviceIfNeeded() local
1174 if (targetCachedDevice == null) { in updateFallbackActiveDeviceIfNeeded()
1180 && getGroupId(targetCachedDevice) == fallbackActiveGroupId) { in updateFallbackActiveDeviceIfNeeded()
1187 targetCachedDevice.setActive(); in updateFallbackActiveDeviceIfNeeded()