Home
last modified time | relevance | path

Searched defs:unpair (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/
Daccount_pages.py55 def unpair(self) -> ui_core.UIPage: member in PairedDeviceDetailPage
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairConnection.java129 public abstract void unpair(BluetoothDevice device) in unpair() method in FastPairConnection
DBluetoothAudioPairer.java184 void unpair() in unpair() method in BluetoothAudioPairer
DFastPairDualConnection.java355 public void unpair(BluetoothDevice device) in unpair() method in FastPairDualConnection
/packages/modules/Bluetooth/framework/tests/stress/src/android/bluetooth/
DBluetoothTestUtils.java900 public void unpair(BluetoothAdapter adapter, BluetoothDevice device) { in unpair() method in BluetoothTestUtils