Home
last modified time | relevance | path

Searched refs:onDeviceLost (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackTest.java257 mDut.onDeviceLost(mDeviceAddress1Bytes); in testOnDeviceLost_success()
269 mDut.onDeviceLost(null); in testOnDeviceLost_invalidArguments()
273 mDut.onDeviceLost(mDeviceAddressInvalid1); in testOnDeviceLost_invalidArguments()
277 mDut.onDeviceLost(mDeviceAddressInvalid2); in testOnDeviceLost_invalidArguments()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java288 private void onDeviceLost(@Nullable DeviceFilterPair device) { in onDeviceLost() method in DeviceDiscoveryService
458 onDeviceLost(deviceFilterPair); in onScanResult()
479 onDeviceLost(deviceFilterPair); in onReceive()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallback.java144 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallback