Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java588 final List<CachedBluetoothDevice> cachedBluetoothDeviceList = new ArrayList<>(); in buildDisconnectedBluetoothDevice() local
598 cachedBluetoothDeviceList.add(cachedDevice); in buildDisconnectedBluetoothDevice()
608 for (CachedBluetoothDevice cachedDevice : cachedBluetoothDeviceList) { in buildDisconnectedBluetoothDevice()