Searched refs:onDeviceLost (Results 1 – 3 of 3) sorted by relevance
257 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()
288 private void onDeviceLost(@Nullable DeviceFilterPair device) { in onDeviceLost() method in DeviceDiscoveryService458 onDeviceLost(deviceFilterPair); in onScanResult()479 onDeviceLost(deviceFilterPair); in onReceive()
144 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallback