Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java314 verify(mRouteManager).onDeviceLost(device1.getAddress()); in testHeadsetServiceDisconnect()
315 verify(mRouteManager).onDeviceLost(device3.getAddress()); in testHeadsetServiceDisconnect()
316 verify(mRouteManager, never()).onDeviceLost(device2.getAddress()); in testHeadsetServiceDisconnect()
337 verify(mRouteManager).onDeviceLost(device2.getAddress()); in testHearingAidServiceDisconnect()
338 verify(mRouteManager, never()).onDeviceLost(device1.getAddress()); in testHearingAidServiceDisconnect()
339 verify(mRouteManager, never()).onDeviceLost(device3.getAddress()); in testHearingAidServiceDisconnect()
360 verify(mRouteManager).onDeviceLost(device5.getAddress()); in testLeAudioServiceDisconnect()
361 verify(mRouteManager, never()).onDeviceLost(device1.getAddress()); in testLeAudioServiceDisconnect()
362 verify(mRouteManager, never()).onDeviceLost(device3.getAddress()); in testLeAudioServiceDisconnect()
DBluetoothRouteTransitionTests.java332 sm.onDeviceLost(mParams.messageDevice.getAddress()); in testTransitions()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java112 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackHidlV1_4Impl
113 mCallbackV10.onDeviceLost(p2pDeviceAddress); in onDeviceLost()
DSupplicantP2pIfaceCallbackHidlImpl.java151 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackHidlImpl
DSupplicantP2pIfaceCallbackAidlImpl.java124 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackAidlImpl
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java177 onDeviceLost(device.btDevice);
482 onDeviceLost(device); in invalidateDevice()
542 private void onDeviceLost(BluetoothDevice device) { in onDeviceLost() method in BluetoothDevicePairer
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImplTest.java264 mDut.onDeviceLost(mDeviceAddress1Bytes); in testOnDeviceLost_success()
276 mDut.onDeviceLost(null); in testOnDeviceLost_invalidArguments()
280 mDut.onDeviceLost(mDeviceAddressInvalid1); in testOnDeviceLost_invalidArguments()
284 mDut.onDeviceLost(mDeviceAddressInvalid2); in testOnDeviceLost_invalidArguments()
DSupplicantP2pIfaceCallbackAidlImplTest.java357 mDut.onDeviceLost(mDeviceAddress1Bytes); in testOnDeviceLost_success()
369 mDut.onDeviceLost(null); in testOnDeviceLost_invalidArguments()
373 mDut.onDeviceLost(mDeviceAddressInvalid1); in testOnDeviceLost_invalidArguments()
377 mDut.onDeviceLost(mDeviceAddressInvalid2); in testOnDeviceLost_invalidArguments()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java226 mBluetoothRouteManager.onDeviceLost(device.getAddress());
553 mBluetoothRouteManager.onDeviceLost(device.getAddress()); in onDeviceDisconnected()
DBluetoothRouteManager.java732 public void onDeviceLost(String lostDeviceAddress) { in onDeviceLost() method in BluetoothRouteManager