Searched defs:onDeviceFound (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/companion/
H A DCompanionDeviceManager.java60 * {@link Callback#onDeviceFound}
84 public abstract void onDeviceFound(IntentSender chooserLauncher); method in class:CompanionDeviceManager.Callback
286 lockAndPost(Callback::onDeviceFound, launcher.getIntentSender());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallback.java93 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, method in class:SupplicantP2pIfaceCallback
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DDeviceDiscoveryService.java180 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters));
255 private void onDeviceFound(@Nullable DeviceFilterPair device) { method in class:DeviceDiscoveryService
461 onDeviceFound(deviceFilterPair);
478 onDeviceFound(deviceFilterPair);
496 onDeviceFound(DeviceFilterPair.findMatch(scanResults.get(i), mWifiFilters));

Completed in 140 milliseconds