Searched refs:removeDevice (Results 1 – 6 of 6) sorted by relevance
153 public static void removeDevice(Device device) { in removeDevice() method in BluetoothScanner154 removeDevice(device.address); in removeDevice()157 public static void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner159 sReceiver.removeDevice(btAddress); in removeDevice()316 public void removeDevice(String btAddress) { in removeDevice() method in BluetoothScanner.Receiver
453 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()
175 removeDevice(cachedDevice); in onDeviceDeleted()234 removeDevice(cachedDevice); in onProfileConnectionStateChanged()283 void removeDevice(CachedBluetoothDevice cachedDevice) { in removeDevice() method in HearingDevicePairingFragment
223 verify(mFragment).removeDevice(mCachedDevice); in onProfileConnectionStateChanged_deviceConnected_notInSelectedList_deleteDevice()234 verify(mFragment, never()).removeDevice(mCachedDevice); in onProfileConnectionStateChanged_deviceNotConnected_doNothing()
166 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
218 removeDevice(device); in handleDeviceBondStateChange()444 public void removeDevice(@Nullable BluetoothDevice device) { in removeDevice() method in BluetoothDeviceManager