Searched refs:DeviceFilterPair (Results 1 – 2 of 2) sorted by relevance
90 List<DeviceFilterPair> mDevicesFound;91 DeviceFilterPair mSelectedDevice;174 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()234 private void onDeviceFound(@Nullable DeviceFilterPair device) { in onDeviceFound()263 private void onDeviceLost(@Nullable DeviceFilterPair device) { in onDeviceLost()289 class DevicesAdapter extends ArrayAdapter<DeviceFilterPair> {315 private void bind(TextView textView, DeviceFilterPair device) { in bind()348 static class DeviceFilterPair<T extends Parcelable> { class in DeviceDiscoveryService353 private DeviceFilterPair(T device, @Nullable DeviceFilter<T> filter) { in DeviceFilterPair() method in DeviceDiscoveryService.DeviceFilterPair364 public static <T extends Parcelable> DeviceFilterPair<T> findMatch( in findMatch()[all …]
36 import com.android.companiondevicemanager.DeviceDiscoveryService.DeviceFilterPair;60 final DeviceFilterPair selectedDevice = getService().mDevicesFound.get(0); in onCreate()145 protected void onPairTapped(DeviceFilterPair selectedDevice) { in onPairTapped()