Home
last modified time | relevance | path

Searched defs:cachedDevices (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java456 final List<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() local
519 final List<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged() local
558 final List<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogRepository.kt33 internal val cachedDevices: Collection<CachedBluetoothDevice> constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogRepository
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPbapClientProfile.java84 Collection<CachedBluetoothDevice> cachedDevices = mDeviceManager.getCachedDevicesCopy(); in refreshProfiles() local
DCsipDeviceManager.java53 List<CachedBluetoothDevice> cachedDevices) { in CsipDeviceManager()
DHearingAidDeviceManager.java83 List<CachedBluetoothDevice> cachedDevices, HearingAidAudioRoutingHelper routingHelper) { in HearingAidDeviceManager()
DBluetoothEventManager.java282 final Set<CachedBluetoothDevice> cachedDevices = new ArraySet<>(); in dispatchActiveDeviceChanged() local