Searched refs:findAndReportMatches (Results 1 – 1 of 1) sorted by relevance
284 return findAndReportMatches(mBtAdapter.getBondedDevices(), btFilters) in checkBoundDevicesIfNeeded()285 || findAndReportMatches(mBtManager.getConnectedDevices( in checkBoundDevicesIfNeeded()287 || findAndReportMatches(mBtManager.getConnectedDevices( in checkBoundDevicesIfNeeded()291 private boolean findAndReportMatches(@Nullable Collection<BluetoothDevice> devices, in findAndReportMatches() method in CompanionDeviceDiscoveryService