HomeSort by relevance Sort by last modified time
    Searched refs:onDeviceLost (Results 1 - 12 of 12) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothDeviceManager.java 75 mBluetoothRouteManager.onDeviceLost(device.getAddress());
150 mBluetoothRouteManager.onDeviceLost(device.getAddress());
BluetoothRouteManager.java 553 public void onDeviceLost(String lostDeviceAddress) {
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantP2pIfaceCallback.hal 115 oneway onDeviceLost(MacAddress p2pDeviceAddress);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothDeviceManagerTest.java 151 verify(mRouteManager).onDeviceLost(device1.getAddress());
152 verify(mRouteManager).onDeviceLost(device2.getAddress());
BluetoothRouteTransitionTests.java 251 sm.onDeviceLost(mParams.messageDevice.getAddress());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 163 onDeviceLost(device.btDevice);
438 onDeviceLost(device);
492 private void onDeviceLost(BluetoothDevice device) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallbackTest.java 192 * Sunny day scenario for onDeviceLost call.
206 mDut.onDeviceLost(mDeviceAddress1Bytes);
214 * Failing scenarios for onDeviceLost call.
218 mDut.onDeviceLost(null);
222 mDut.onDeviceLost(mDeviceAddressInvalid1);
226 mDut.onDeviceLost(mDeviceAddressInvalid2);
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceDiscoveryService.java 289 private void onDeviceLost(@Nullable DeviceFilterPair device) {
459 onDeviceLost(deviceFilterPair);
480 onDeviceLost(deviceFilterPair);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallback.java 138 public void onDeviceLost(byte[] p2pDeviceAddress) {
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_p2p_iface_hidl_test.cpp 103 Return<void> onDeviceLost(
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
hidl_manager.cpp     [all...]

Completed in 512 milliseconds