Home
last modified time | relevance | path

Searched refs:removeDevice (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java153 public static void removeDevice(Device device) { in removeDevice() method in BluetoothScanner
154 removeDevice(device.address); in removeDevice()
157 public static void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner
159 sReceiver.removeDevice(btAddress); in removeDevice()
316 public void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner.Receiver
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothDeviceManagerTest.java453 mDeviceManager.removeDevice(createDevice("DE:AD:BE:EF:00:00")); in testRemoveDeviceFromEmptyList_priorityListUnchanged()
471 mDeviceManager.removeDevice(device); in testRemoveDeviceFront_deviceNoLongerInPriorityList()
492 mDeviceManager.removeDevice(device); in testRemoveDeviceMiddle_deviceNoLongerInPriorityList()
512 mDeviceManager.removeDevice(device); in testRemoveDeviceEnd_deviceNoLongerInPriorityList()
532 mDeviceManager.removeDevice(device); in testRemoveDeviceNotInList_priorityListUnchanged()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java175 removeDevice(cachedDevice); in onDeviceDeleted()
234 removeDevice(cachedDevice); in onProfileConnectionStateChanged()
283 void removeDevice(CachedBluetoothDevice cachedDevice) { in removeDevice() method in HearingDevicePairingFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingFragmentTest.java223 verify(mFragment).removeDevice(mCachedDevice); in onProfileConnectionStateChanged_deviceConnected_notInSelectedList_deleteDevice()
234 verify(mFragment, never()).removeDevice(mCachedDevice); in onProfileConnectionStateChanged_deviceNotConnected_doNothing()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java166 removeDevice((String) args.arg2); in processMessage()
315 removeDevice((String) args.arg2); in processMessage()
470 removeDevice((String) args.arg2); in processMessage()
1196 private boolean removeDevice(String address) { in removeDevice() method
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothDeviceManager.java218 removeDevice(device); in handleDeviceBondStateChange()
444 public void removeDevice(@Nullable BluetoothDevice device) { in removeDevice() method in BluetoothDeviceManager