Home
last modified time | relevance | path

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

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