Searched refs:onDeviceLost (Results 1 – 8 of 8) sorted by relevance
173 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()
294 sm.onDeviceLost(mParams.messageDevice.getAddress()); in testTransitions()
165 onDeviceLost(device.btDevice);459 onDeviceLost(device); in invalidateDevice()513 private void onDeviceLost(BluetoothDevice device) { in onDeviceLost() method in BluetoothDevicePairer
111 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackV1_4Impl112 mCallbackV10.onDeviceLost(p2pDeviceAddress); in onDeviceLost()
149 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackImpl
262 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()
99 mBluetoothRouteManager.onDeviceLost(device.getAddress());241 mBluetoothRouteManager.onDeviceLost(device.getAddress()); in onDeviceDisconnected()
575 public void onDeviceLost(String lostDeviceAddress) { in onDeviceLost() method in BluetoothRouteManager