Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java106 private final List<DeviceFilterPair<?>> mDevicesFound = new ArrayList<>(); field in CompanionDeviceDiscoveryService
363 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()