Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java427 final List<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() local
490 final List<CachedBluetoothDevice> cachedDevices = new ArrayList<>(); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged() local
530 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.java49 List<CachedBluetoothDevice> cachedDevices) { in CsipDeviceManager()
DHearingAidDeviceManager.java63 List<CachedBluetoothDevice> cachedDevices, HearingAidAudioRoutingHelper routingHelper) { in HearingAidDeviceManager()