/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothDeviceManagerTest.java | 314 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()
|
D | BluetoothRouteTransitionTests.java | 332 sm.onDeviceLost(mParams.messageDevice.getAddress()); in testTransitions()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackHidlV1_4Impl.java | 112 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackHidlV1_4Impl 113 mCallbackV10.onDeviceLost(p2pDeviceAddress); in onDeviceLost()
|
D | SupplicantP2pIfaceCallbackHidlImpl.java | 151 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackHidlImpl
|
D | SupplicantP2pIfaceCallbackAidlImpl.java | 124 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost() method in SupplicantP2pIfaceCallbackAidlImpl
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicePairer.java | 177 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/ |
D | SupplicantP2pIfaceCallbackHidlImplTest.java | 264 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()
|
D | SupplicantP2pIfaceCallbackAidlImplTest.java | 357 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/ |
D | BluetoothDeviceManager.java | 226 mBluetoothRouteManager.onDeviceLost(device.getAddress()); 553 mBluetoothRouteManager.onDeviceLost(device.getAddress()); in onDeviceDisconnected()
|
D | BluetoothRouteManager.java | 732 public void onDeviceLost(String lostDeviceAddress) { in onDeviceLost() method in BluetoothRouteManager
|