Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java173 verify(mRouteManager).onDeviceLost(device1.getAddress()); in testHeadsetServiceDisconnect()
174 verify(mRouteManager).onDeviceLost(device3.getAddress()); in testHeadsetServiceDisconnect()
175 verify(mRouteManager, never()).onDeviceLost(device2.getAddress()); in testHeadsetServiceDisconnect()
192 verify(mRouteManager).onDeviceLost(device2.getAddress()); in testHearingAidServiceDisconnect()
193 verify(mRouteManager, never()).onDeviceLost(device1.getAddress()); in testHearingAidServiceDisconnect()
194 verify(mRouteManager, never()).onDeviceLost(device3.getAddress()); in testHearingAidServiceDisconnect()
DBluetoothRouteTransitionTests.java294 sm.onDeviceLost(mParams.messageDevice.getAddress()); in testTransitions()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java165 onDeviceLost(device.btDevice);
459 onDeviceLost(device); in invalidateDevice()
513 private void onDeviceLost(BluetoothDevice device) { in onDeviceLost() method in BluetoothDevicePairer
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackV1_4Impl.java111 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackV1_4Impl
112 mCallbackV10.onDeviceLost(p2pDeviceAddress); in onDeviceLost()
DSupplicantP2pIfaceCallbackImpl.java149 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackImpl
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackImplTest.java262 mDut.onDeviceLost(mDeviceAddress1Bytes); in testOnDeviceLost_success()
274 mDut.onDeviceLost(null); in testOnDeviceLost_invalidArguments()
278 mDut.onDeviceLost(mDeviceAddressInvalid1); in testOnDeviceLost_invalidArguments()
282 mDut.onDeviceLost(mDeviceAddressInvalid2); in testOnDeviceLost_invalidArguments()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java99 mBluetoothRouteManager.onDeviceLost(device.getAddress());
241 mBluetoothRouteManager.onDeviceLost(device.getAddress()); in onDeviceDisconnected()
DBluetoothRouteManager.java575 public void onDeviceLost(String lostDeviceAddress) { in onDeviceLost() method in BluetoothRouteManager