Searched refs:getAllOfCachedBluetoothDevices (Results 1 – 3 of 3) sorted by relevance
158 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in init()306 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in onDeviceAttributesChanged()
108 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in BluetoothDetailsProfilesController()554 mAllOfCachedDevices = Utils.getAllOfCachedBluetoothDevices(mManager, mCachedDevice); in onDeviceAttributesChanged()
242 public static List<CachedBluetoothDevice> getAllOfCachedBluetoothDevices( in getAllOfCachedBluetoothDevices() method in Utils