Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceDiscoveryService.java189 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()
193 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()
197 onDeviceFound(DeviceFilterPair.findMatch(dev, mBluetoothFilters)); in startDiscovery()
277 private void onDeviceFound(@Nullable DeviceFilterPair device) { in onDeviceFound() method in CompanionDeviceDiscoveryService
432 onDeviceFound(deviceFilterPair); in onScanResult()
449 onDeviceFound(deviceFilterPair); in onReceive()
467 onDeviceFound(DeviceFilterPair.findMatch(scanResults.get(i), mWifiFilters)); in onReceive()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImplTest.java123 mDut.onDeviceFound( in testOnDeviceFound_success()
130 mDut.onDeviceFound( in testOnDeviceFound_success()
155 mDut.onDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
198 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
208 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
218 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
228 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
238 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java99 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackV1_4Impl
102 mCallbackV10.onDeviceFound(srcAddress, p2pDeviceAddress, primaryDeviceType, in onDeviceFound()
H A DSupplicantP2pIfaceCallbackImpl.java104 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackImpl
/aosp12/frameworks/base/core/java/android/companion/
H A DCompanionDeviceManager.java100 public abstract void onDeviceFound(IntentSender chooserLauncher); in onDeviceFound() method in CompanionDeviceManager.Callback
507 lockAndPost(Callback::onDeviceFound, launcher.getIntentSender()); in onSuccess()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java157 onDeviceFound(device.btDevice);
499 private void onDeviceFound(BluetoothDevice device) { in onDeviceFound() method in BluetoothDevicePairer
/aosp12/packages/services/Telecomm/testapps/companionapp/src/com/android/server/telecom/companionapp/
H A DCompanionTestApp.java104 public void onDeviceFound(IntentSender chooserLauncher) { in assosicate()
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp64 Return<void> onDeviceFound( in onDeviceFound() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal104 oneway onDeviceFound(
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp98 Return<void> onDeviceFound( in onDeviceFound() function in IfaceCallback
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9861 method public abstract void onDeviceFound(android.content.IntentSender);