Home
last modified time | relevance | path

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

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