Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLeAudioBluetoothDetailsHeaderController.java158 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in init()
306 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in onDeviceAttributesChanged()
DBluetoothDetailsProfilesController.java108 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in BluetoothDetailsProfilesController()
554 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in onDeviceAttributesChanged()
DUtils.java242 public static List<CachedBluetoothDevice> getAllOfCachedBluetoothDevices( in getAllOfCachedBluetoothDevices() method in Utils