Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java94 List<DeviceFilterPair> mDevicesFound;
95 DeviceFilterPair mSelectedDevice;
184 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()
188 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()
192 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()
271 private void onDeviceFound(@Nullable DeviceFilterPair device) { in onDeviceFound()
279 void onDeviceFoundMainThread(@NonNull DeviceFilterPair device) { in onDeviceFoundMainThread()
307 private void onDeviceLost(@Nullable DeviceFilterPair device) { in onDeviceLost()
314 void onDeviceLostMainThread(@Nullable DeviceFilterPair device) { in onDeviceLostMainThread()
338 static class DeviceFilterPair<T extends Parcelable> { class in CompanionDeviceDiscoveryService
[all …]
DCompanionDeviceActivity.java52 import com.android.companiondevicemanager.CompanionDeviceDiscoveryService.DeviceFilterPair;
93 final DeviceFilterPair selectedDevice = getService().mDevicesFound.get(0); in onCreate()
118 (DeviceFilterPair) adapterView.getItemAtPosition(pos); in onCreate()
241 DeviceFilterPair selectedDevice = getService().mSelectedDevice; in onSelectionUpdate()
253 protected void onDeviceConfirmed(DeviceFilterPair selectedDevice) { in onDeviceConfirmed()
286 private void bind(TextView textView, DeviceFilterPair device) { in bind()
327 public DeviceFilterPair getItem(int position) { in getItem()