Searched refs:mDevicesFound (Results 1 – 1 of 1) sorted by relevance
106 private final List<DeviceFilterPair<?>> mDevicesFound = new ArrayList<>(); field in CompanionDeviceDiscoveryService363 if (mDevicesFound.contains(device)) { in onDeviceFound()371 mDevicesFound.add(device); in onDeviceFound()373 sScanResultsLiveData.setValue(mDevicesFound); in onDeviceFound()386 mDevicesFound.remove(device); in onDeviceLost()388 sScanResultsLiveData.setValue(mDevicesFound); in onDeviceLost()