Searched refs:mDevicesFound (Results 1 – 2 of 2) sorted by relevance
94 List<DeviceFilterPair> mDevicesFound; field in DeviceDiscoveryService142 mDevicesFound = new ArrayList<>(); in onCreate()161 if (!ArrayUtils.isEmpty(mDevicesFound)) { in startDiscovery()217 mDevicesFound.clear(); in reset()257 if (mDevicesFound.contains(device)) { in onDeviceFound()263 if (mDevicesFound.isEmpty()) { in onDeviceFound()266 mDevicesFound.add(device); in onDeviceFound()289 mDevicesFound.remove(device); in onDeviceLost()325 super(DeviceDiscoveryService.this, 0, mDevicesFound); in DevicesAdapter()
55 if (getService().mDevicesFound.isEmpty()) { in onCreate()61 final DeviceFilterPair selectedDevice = getService().mDevicesFound.get(0); in onCreate()